Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 556ef61

Browse files
committed
Update path to lib in usage instructions
1 parent 79ed737 commit 556ef61

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
@@ -38,7 +38,7 @@ Load the script files in your application:
3838

3939
```html
4040
<script type="text/javascript" src="bower_components/angular/angular.js"></script>
41-
<script type="text/javascript" src="bower_components/angular-ui-uploader/dist/ui-uploader.js"></script>
41+
<script type="text/javascript" src="bower_components/angular-ui-uploader/dist/uploader.js"></script>
4242
```
4343

4444
Add the specific module to your dependencies:

0 commit comments

Comments
 (0)