From d57170621631d8905874f4b45e87c2bf23759193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murat=20=C3=87orlu?= Date: Wed, 21 Aug 2019 01:46:45 +0200 Subject: [PATCH] doc: Title updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe49afa..e3066dc 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ exports.handler = use((req, res) => { }); ``` -## Supported Features +## Supported Features and Limitations This project aims to implement functionalities of ExpressJS middlewares as much as possible. `Request` and `Response` objects have properties and methods listed below.