Skip to content

Commit

Permalink
修复异常处理的描述错误
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Mar 22, 2020
1 parent fa2b0c6 commit fcbe391
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,9 @@ $response = Http::delay(60)->post(...);
###### 设置并发次数

```php
$response = Http::concurrency(10)->post(...);
$response = Http::concurrency(10)->promise(...);
```
> 此方法仅在并发请求时生效
#### 异步请求

Expand Down

0 comments on commit fcbe391

Please sign in to comment.