Skip to content

Commit f07c4a2

Browse files
committed
Typo in module name in documentation
Fixes angular-ui#400
1 parent f30c359 commit f07c4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/uploader/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Step 2
5252
Include ui-uploader service.
5353

5454
```javascript
55-
angular.module('myapp', ['ui-uploader']);
55+
angular.module('myapp', ['ui.uploader']);
5656
```
5757
Step 3
5858
------

0 commit comments

Comments
 (0)