Skip to content

Commit

Permalink
Merge pull request #6 from paustint/readme-bug
Browse files Browse the repository at this point in the history
Fix import statement on README
  • Loading branch information
nfriedly authored Oct 14, 2024
2 parents b167b3e + 98156bb commit 131422a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ In each cluster worker:

```ts
import { rateLimit } from 'express-rate-limit'
import { ClusterMemoryStoreWorker } from 'cluster-memory-store'
import { ClusterMemoryStoreWorker } from '@express-rate-limit/cluster-memory-store'

const limiter = rateLimit({
store: new ClusterMemoryStoreWorker(),
Expand Down

0 comments on commit 131422a

Please sign in to comment.