From 403028bf3569620dbf1476661feee07fe69e7d33 Mon Sep 17 00:00:00 2001 From: _run Date: Mon, 7 Mar 2022 17:14:51 +0500 Subject: [PATCH] Update README.md --- examples/middleware/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/middleware/README.md b/examples/middleware/README.md index 2673cf6..23ef1bf 100644 --- a/examples/middleware/README.md +++ b/examples/middleware/README.md @@ -32,3 +32,4 @@ With this type middleware, you can retrieve update immediately after update came - If there is an exception in handler, you will get exception parameter with exception class in post_process. - Has post_process -> method which works after the handler's execution. +## Take a look at examples for more.