Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 57ed7e4

Browse files
kukac7wesleycho
authored andcommitted
chore(readme): fix variable used
Closes #6344
1 parent 9084814 commit 57ed7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The other modules, such as `accordion` in the example below, do not have CSS res
131131
import accordion from 'angular-ui-bootstrap/src/accordion';
132132
import typeahead from 'angular-ui-bootstrap/src/typeahead/index-nocss.js';
133133

134-
angular.module('myModule', [accordion, datepicker]);
134+
angular.module('myModule', [accordion, typeahead]);
135135
```
136136

137137
# Versioning

0 commit comments

Comments
 (0)