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

Commit 0941951

Browse files
committed
Merge pull request #48 from maetl/patch-1
Fix typo in README
2 parents 40c57bb + e6f1230 commit 0941951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ React.render(
9393

9494
Now you can read from `state.routing.path` to get the URL. It's far
9595
more likely that you want to change the URL more often, however. You
96-
can use the `updatePath` action creator the we provide:
96+
can use the `updatePath` action creator that we provide:
9797

9898
```js
9999
const { updatePath } = require ('redux-simple-router');

0 commit comments

Comments
 (0)