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

Commit

Permalink
chore(readme): fix variable used
Browse files Browse the repository at this point in the history
Closes #6344
  • Loading branch information
kukac7 authored and wesleycho committed Dec 2, 2016
1 parent 9084814 commit 57ed7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -131,7 +131,7 @@ The other modules, such as `accordion` in the example below, do not have CSS res
import accordion from 'angular-ui-bootstrap/src/accordion';
import typeahead from 'angular-ui-bootstrap/src/typeahead/index-nocss.js';

angular.module('myModule', [accordion, datepicker]);
angular.module('myModule', [accordion, typeahead]);
```

# Versioning
Expand Down

0 comments on commit 57ed7e4

Please sign in to comment.