Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
anupam-git committed Apr 17, 2017
1 parent 6a6bedf commit 11b32e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Find complete examples in the [`example`](#) folder.
* [Adding Templating Engine](#adding-templating-engine)
* [Adding Error Handler](#adding-error-handler)
* [Starting simplyrest Server](#starting-simplyrest-server)
* [Examples](#examples)
* [Documentation](#documentation)
* [simplyrest.config(options)](#simplyrestconfigoptions)
* [simplyrest.use(middleware)](#simplyrestusemiddleware)
Expand Down Expand Up @@ -179,6 +180,11 @@ The server will listen on `port` provided via argument even when the port is con
simplyrest.listen(8080);
```


# Examples
Find two complete examples in the [`examples`](examples) folder.


# Documentation

### simplyrest.config(options)
Expand Down

0 comments on commit 11b32e6

Please sign in to comment.