diff --git a/README.md b/README.md index 402a5b7d..e9a0f1d2 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Throws a `429` error if the given rate limit is exceeded. ```dart // Example: 5 requests per minute app.before.add(throttleRequests(5, new Duration(minutes: 1))); +``` # Helmet `security` includes a port of [`helmetjs`](https://github.com/helmetjs/helmet).