Skip to content

Commit 3d891f4

Browse files
committed
Fix typo
1 parent 8b80b10 commit 3d891f4

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)