Skip to content

Commit 895d527

Browse files
committed
2 parents 97a869d + b99742c commit 895d527

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
@@ -13,7 +13,7 @@ Lightweight Angular JS directive to upload files. Features:
1313
* All non-HTML5 code is in a separate shim file and could be easily removed if you only supports HTML5
1414
* Flash FileAPI will be loaded on demand for non-HTML5 FormData browsers so no extra load for HTML5 browsers.
1515
* `$upload` method can be configured to be either `POST` or `PUT` for HTML5 browsers.
16-
* `$upload.http` progress event for normal http `POST` or `PUT` request with the file content or any data. (HTML5 only)
16+
* `$upload.http` HTML5 progress event for normal http `POST`/`PUT` requests with the file content or any data.
1717

1818
## Usage
1919

0 commit comments

Comments
 (0)