Skip to content

Commit

Permalink
Update rate-limiting.md
Browse files Browse the repository at this point in the history
Updated Rate limits docs
  • Loading branch information
iamfortune authored Jun 4, 2024
1 parent 1194066 commit 809d84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rate-limiting.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Configuring rate limiting can be done via your Platformatic config file under th
}
```

We utilize the [@fastify/rate-limit](https://github.com/fastify/rate-limit) module for rate limiting. You can
We utilize the [@fastify/rate-limit](https://github.com/fastify/fastify-rate-limit) module for rate limiting. You can
pass in any configuration options from it into the `rateLimiting` object.

For defining the callbacks allowed by that module, set them in the `fastify.ai.rateLimiting` object.
Expand Down

0 comments on commit 809d84b

Please sign in to comment.