Skip to content

Commit ffaea9a

Browse files
committed
Update README.md
1 parent 7dbd479 commit ffaea9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ STNetTaskQueue may be your choice if you want to handle each network request stu
88
## Features
99
- Retry net task with specified max retry count.
1010
- Delegate for net task result according to "uri" of net task.
11+
- More features are coming as STNetTaskQueue is extendible.
1112

1213
## Sequence Chart
1314
![STNetTaskQueue Sequence Chart](https://cloud.githubusercontent.com/assets/1491282/7292210/6d761f6a-e9cc-11e4-9620-0075082dcc8e.png)
@@ -25,6 +26,7 @@ platform :ios, '7.0'
2526
pod 'STNetTaskQueue', '~> 0.0.1'
2627
```
2728

29+
2830
#### Step 1: Setup STNetTaskQueue after your app launch
2931
```objc
3032
NSURL *baseUrl = [NSURL URLWithString:@"http://api.openweathermap.org"];

0 commit comments

Comments
 (0)