Skip to content

Commit 4671539

Browse files
committed
Merge pull request mgcrea#337 from jamm/patch-1
fix(readme): Correct new name of module in dependencies
2 parents 85dbbfd + a69a76a commit 4671539

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
@@ -27,7 +27,7 @@ While it worked pretty well, it required a big javascript payload: both jQuery &
2727

2828
>
2929
``` javascript
30-
angular.module('myApp', ['ngStrap']);
30+
angular.module('myApp', ['mgcrea.ngStrap']);
3131
```
3232

3333

0 commit comments

Comments
 (0)