diff --git a/README.md b/README.md index 99405f3..bcc33ab 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,10 @@ $ npm install $ npm test ``` -## Disclaimer + +## Routing samples + +### Disclaimer > > In this first version of frontexpress, the API is not completely the miror of the expressjs one. @@ -64,8 +67,6 @@ $ npm test > Obviously, the objective is to have the same API as expressjs when the methods make sense browser side. > -## Routing - ### Basic routing Routing allows to link the frontend application with HTTP requests to a particular URI (or path).