Skip to content

Commit

Permalink
Router: Add installation instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Fadion Dashi <jonidashi@gmail.com>
  • Loading branch information
fadion committed Mar 20, 2018
1 parent f9e98fe commit a061723
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ A Route builder that produces a consumable data structure. It servers as a middl

## Usage

```
$ npm install --save @sapphirejs/router
```

The router handles exactly what Express or any other router expects, with a few additions like groups and resources. For a quick overview:

```javascript
Expand Down

0 comments on commit a061723

Please sign in to comment.