commit 133f30b5e15f3ee6f574ed75ea440600f0862732 parent 81f49892970d91b10644b41cc5c0509b5d2b9cfc Author: Konstantin Tarkus <hello@tarkus.me> Date: Mon, 15 Jun 2015 15:58:50 +0300 Update README.md Diffstat:
| M | README.md | | | 2 | +- |
| M | docs/recipes/how-to-implement-routing.md | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -22,7 +22,7 @@ - [Which module bundler should I use?](https://github.com/kriasoft/react-starter-kit/issues/3) - [Which Flux implementation should I use?](https://github.com/kriasoft/react-starter-kit/issues/22) * **Recipes** - - [How to Implement Routing](./docs/recipes/how-to-implement-routing.md) + - [How to Implement Routing and Navigation](./docs/recipes/how-to-implement-routing.md) - [How to Integrate Disqus](./docs/recipes/how-to-integrate-disqus.md) ### Directory Layout diff --git a/docs/recipes/how-to-implement-routing.md b/docs/recipes/how-to-implement-routing.md @@ -1,4 +1,4 @@ -## How to Implement Routing in React.js Apps [](https://github.com/kriasoft/react-starter-kit/issues/116) +## How to Implement Routing and Navigation [](https://github.com/kriasoft/react-starter-kit/issues/116) * [Step 1: Basic Routing](#step-1-basic-routing) * [Step 2: Asynchronous Routes](#step-2-asynchronous-routes)