From bc991412fc8e20f686043661b43a476fe72678f0 Mon Sep 17 00:00:00 2001 From: thosakwe Date: Fri, 13 Jan 2017 19:46:25 -0500 Subject: [PATCH] Fixed README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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).