completed README

This commit is contained in:
Camel Aissani 2016-07-23 11:46:03 +02:00
parent dd1d972f57
commit 5d75c4a259

View File

@ -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).