Skip to content

Commit 19e5eeb

Browse files
authored
Update README.md
1 parent 6270a40 commit 19e5eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ You could find this module in npm like [_angular file upload_](https://www.npmjs
2323

2424
### Module Dependency
2525

26-
Add `'angular-file-upload'` to your module declaration:
26+
Add `'angularFileUpload'` to your module declaration:
2727

2828
```
2929
var app = angular.module('my-app', [
30-
'angular-file-upload'
30+
'angularFileUpload'
3131
]);
3232
```
3333

0 commit comments

Comments
 (0)