Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-john committed Aug 3, 2015
1 parent 52c7a9e commit 7df2111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ exports.view = function () {
```

The URL route "http://example.com/articles/view" will hit articles controller(articles.js) and call view method. The request(`req`) argument provide certain useful methods and properties in view method in `req.params`. The `view` method will render a template "index" from "view/articles" directory by calling `res.render` method.
See more details about [request object injected methods and properties](https://github.com/justin-john/elet/blob/master/docs/home.md#accessing-request-parameters) and application [structure](https://github.com/justin-john/elet/blob/master/docs/home.md#sample-app-structure).
See more details about [request object injected methods and properties](https://github.com/justin-john/elet/blob/master/docs/home.md#accessing-request-parameters) and [application structure](https://github.com/justin-john/elet/blob/master/docs/home.md#sample-app-structure).

By using above files we can start to create an application.

Expand Down Expand Up @@ -124,7 +124,7 @@ If you like to contact me, please come at <justinjohnmathews@gmail.com>.

### Notes

The *v0.2.0* have made change in application structure which was existed in *v0.1.x*.
The *v0.2.0* have made change in [application structure](https://github.com/justin-john/elet/blob/master/docs/home.md#sample-app-structure) which was existed in *v0.1.x*.


## License
Expand Down

0 comments on commit 7df2111

Please sign in to comment.