Skip to content

Commit 422e524

Browse files
Update README.md
1 parent c4a7752 commit 422e524

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,8 +23,8 @@
2323
* Low coupling, the actual request and the progress of the receiver does not exist directly or indirectly, that can be anywhere in **App** to receive progress information.
2424
* Low intrusion, use this framework you do not need to change the code before uploading or downloading, ie using or not using this framework does not affect the original code.
2525
* Multi-end synchronization, the same data source upload or download progress can specify a number of different receivers, less to use **EventBus** achieve multiple port synchronization update progress.
26-
* Support multi-file upload
27-
* Support **URL** redirection
26+
* Support multi-file upload.
27+
* Support **URL** redirection.
2828
* Automatic management of the listener, less to manually cancel the trouble of the listener.
2929
* The default run in the main line layer, less to switch the thread of trouble.
3030
* Lightweight framework, does not contain any three-party library, very small size.

0 commit comments

Comments
 (0)