From e6f12303def87fca297e67449d9dc2ea5e31a09a Mon Sep 17 00:00:00 2001 From: Mark Rickerby Date: Thu, 26 Nov 2015 12:47:17 +1100 Subject: [PATCH] Fix typo in README Change to **that we provide** instead of **the we provide**. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab71716..dfeb94a 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ React.render( Now you can read from `state.routing.path` to get the URL. It's far more likely that you want to change the URL more often, however. You -can use the `updatePath` action creator the we provide: +can use the `updatePath` action creator that we provide: ```js const { updatePath } = require ('redux-simple-router');