diff --git a/readme.md b/readme.md index ccfb9a5..c5f0585 100644 --- a/readme.md +++ b/readme.md @@ -246,6 +246,8 @@ It is possible to provide stronge type information by utilising docblocks on you class ThrottleMiddleware { use HasParameters; + + // ... } ```