Skip to content

Commit e0772e3

Browse files
committed
Merge pull request danialfarid#374 from ejain/patch-1
typos
2 parents e32e747 + 2d52f09 commit e0772e3

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
@@ -27,8 +27,8 @@ Table of Content:
2727
* Supports upload progress, cancel/abort upload while in progress, File drag and drop (html5), Directory drag and drop (webkit), CORS, `PUT(html5)`/`POST` methods.
2828
* Cross browser file upload (`HTML5` and `non-HTML5`) with Flash polyfill [FileAPI](https://github.com/mailru/FileAPI). Allows client side validation/modification before uploading the file
2929
* Direct upload to CouchDB, imgur, etc... with file's content type using `$upload.http()`. This enables progress event for angular http `POST`/`PUT` requests. See [#88(comment)](https://github.com/danialfarid/angular-file-upload/issues/88#issuecomment-31366487) for discussion and usage.
30-
* Seperate shim file loaded on deman for `non-HTML5` code meaning no extra load/code if you just need HTML5 support. (Note that html5-shim.js is still needed for `progress` event in `HTML5` browsers)
31-
* Lighweight using regular `$http` to upload (with shim for non-HTML5 browsers) so all angular `$http` features are available
30+
* Separate shim file loaded on demand for `non-HTML5` code meaning no extra load/code if you just need HTML5 support. (Note that html5-shim.js is still needed for `progress` event in `HTML5` browsers)
31+
* Lightweight using regular `$http` to upload (with shim for non-HTML5 browsers) so all angular `$http` features are available
3232

3333
##<a name="usage"></a> Usage
3434

0 commit comments

Comments
 (0)