Skip to content

Commit 93ead07

Browse files
authored
Merge pull request #3 from reyostallenberg/patch-1
Fix typo in example
2 parents 3e6627e + fd0f204 commit 93ead07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ composer require php-http/throttle-plugin
1515
## Usage
1616

1717
```php
18-
new \Http\Client\Common\Plugin\ThrottlePluginn(
18+
new \Http\Client\Common\Plugin\ThrottlePlugin(
1919
(new \Symfony\Component\RateLimiter\RateLimiterFactory(
2020
['id' => 'foo', 'policy' => 'fixed_window', 'limit' => 2, 'interval' => '3 seconds'],
2121
new \Symfony\Component\RateLimiter\Storage\InMemoryStorage(),

0 commit comments

Comments
 (0)