Skip to content

Commit

Permalink
Merge pull request #48 from WovenCoast/master
Browse files Browse the repository at this point in the history
doc: replace `express-rate-limit` with `express-slow-down` in CommonJ…
  • Loading branch information
nfriedly committed Feb 24, 2024
2 parents be44802 + c155e85 commit 6e72d1a
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 @@ -64,7 +64,7 @@ Import it in a CommonJS project (`type: commonjs` or no `type` field in
`package.json`) as follows:

```ts
const { slowDown } = require('express-rate-limit')
const { slowDown } = require('express-slow-down')
```

Import it in a ESM project (`type: module` in `package.json`) as follows:
Expand Down

0 comments on commit 6e72d1a

Please sign in to comment.