From 089098a94f4c93c17acad1f9d81ade308c49500d Mon Sep 17 00:00:00 2001 From: Camel Aissani Date: Sat, 23 Jul 2016 13:37:09 +0200 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcc33ab..b3c2dac 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ $ npm test ### Disclaimer > -> In this first version of frontexpress, the API is not completely the miror of the expressjs one. +> In this first version of frontexpress, the API is not completely the mirror of the expressjs one. > > There are some missing methods. Currently, the use, get, post... methods having a middlewares array as parameter are not available. > The string pattern to define route paths is not yet implemented.