Skip to content

Commit eb5811f

Browse files
authored
Merge pull request #280 from andig/typo
Fix documentation typo
2 parents 8b80b10 + 3d891f4 commit eb5811f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ the total number of concurrent requests.
814814
Usage:
815815

816816
```php
817-
$server = new StreamServer(array(
817+
$server = new StreamingServer(array(
818818
new LimitConcurrentRequestsMiddleware(100), // 100 concurrent buffering handlers
819819
new RequestBodyBufferMiddleware(16 * 1024 * 1024), // 16 MiB
820820
function (ServerRequestInterface $request, callable $next) {

0 commit comments

Comments
 (0)