Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-west authored Jun 6, 2019
1 parent 37a824d commit 2ab3da2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ url when the user uses a link to navigate. This is intended to help progressive
web apps manage the frontend independent of a server call. It uses the browser's
`history` API to control the pushing and popping of the page state.

It is also a work in progress. Stay tuned for better docs.
```sh
npm install --save dragon-router
```

## Setup and usage

Expand Down Expand Up @@ -245,4 +247,4 @@ export default function App ({}) {

return <div>{page}</div>
}
```
```

0 comments on commit 2ab3da2

Please sign in to comment.