From 2a291dd9a6fd2e60564f7750547be62f5dac4dd2 Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Thu, 16 May 2024 13:21:25 +1000 Subject: [PATCH] Update example --- readme.md | 2 ++ 1 file changed, 2 insertions(+) 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; + + // ... } ```