Skip to content

Commit

Permalink
Added react mobile to download section
Browse files Browse the repository at this point in the history
  • Loading branch information
grahammendick committed Jan 8, 2018
1 parent cade976 commit aea9e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Thanks to [BrowserStack](https://www.browserstack.com/) for their help with cros
You'll find the Navigation router source code in the Navigation folder. It's written in TypeScript and is built on top of node.js. The NavigationReact folder contains the source code for the Hyperlink components.

## Download
The Navigation router is made up of two npm packages: `navigation`, for the core router, and `navigation-react`, for the Hyperlink components.
The Navigation router is made up of two npm packages: `navigation`, for the core router, `navigation-react`, for the Hyperlink components, and `navigation-react-mobile`, for native-like navigation.
```
var Navigation = require('navigation');
var NavigationReact = require('navigation-react');
Expand Down

0 comments on commit aea9e26

Please sign in to comment.