Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit 8d4750e

Browse files
committed
Merge remote-tracking branch 'origin/master' into synchronicity
2 parents 87402ea + 83462cc commit 8d4750e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ This library allows you to use React Router's APIs as they are documented. And,
3030

3131
Let's take a look at a simple example.
3232

33+
**Note:** This example uses `react-router`'s 2.0 API.
34+
3335
```js
3436
import React from 'react'
3537
import ReactDOM from 'react-dom'
@@ -129,7 +131,7 @@ Examples from the community:
129131

130132
* [shakacode/react-webpack-rails-tutorial](https://github.com/shakacode/react-webpack-rails-tutorial) - react-router-redux including **Server Rendering** using [React on Rails](https://github.com/shakacode/react_on_rails/), live at [www.reactrails.com](http://www.reactrails.com/).
131133
* [davezuko/react-redux-starter-kit](https://github.com/davezuko/react-redux-starter-kit) - popular redux starter kit
132-
* **tip**: migrating from react-router-redux `^3.0.0`? use [this commit](https://github.com/davezuko/react-redux-starter-kit/commit/0df26907dce6b2cf52f4f3d63fdce092188de139) as a reference
134+
* **tip**: migrating from react-router-redux `^3.0.0`? use [this commit](https://github.com/davezuko/react-redux-starter-kit/commit/0df26907) as a reference
133135
* [svrcekmichal/universal-react](https://github.com/svrcekmichal/universal-react) - Universal react app with async actions provided by [svrcekmichal/reasync](https://github.com/svrcekmichal/reasync) package
134136

135137
→ _Have an example to add? Send us a PR!_ ←

0 commit comments

Comments
 (0)