Skip to content

Commit 63c4669

Browse files
committed
Update README.md
1 parent 7727c52 commit 63c4669

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,11 @@ Download latest release from [here](https://github.com/danialfarid/angular-file-
120120
bower install ng-file-upload
121121
```
122122

123-
Make sure you load the scripts EXACTLY in this order:
123+
Make sure you to load the scripts in this order as described in the Usage:
124124
```
125-
...
126125
<script src="angular-file-upload-shim(.min).js"></script>
127-
...
128126
<script src="angular(.min).js"></script>
129-
...
130127
<script src="angular-file-upload(.min).js"></script>
131-
...
132128
```
133129

134130
You can find the sample server code in Java/GAE [here](https://github.com/danialfarid/angular-file-upload/blob/master/demo/src/com/df/angularfileupload/FileUpload.java).

0 commit comments

Comments
 (0)