Skip to content

Commit 46bd036

Browse files
committed
Fixed typo
1 parent 4fc70f1 commit 46bd036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ These async and [universal (aka “isomorphic”)](https://medium.com/@mjackson/
118118
* [redux-react-router-async-example](https://github.com/emmenko/redux-react-router-async-example): Work in progress. Semi-official. Only the client side. Uses React Router.
119119
* [react-redux-universal-hot-example](https://github.com/erikras/react-redux-universal-hot-example): Universal. Uses React Router.
120120
* [redux-example](https://github.com/quangbuule/redux-example): Universal. Uses Immutable, React Router.
121-
* [isomorphic-counter-example](https://github.com/khtdr/redux-react-koa-isomorphic-counter-example): Universal. A bare-bone implentation of the [counter example app](https://github.com/gaearon/redux/tree/master/examples/counter). Uses promises-middleware to interact with API via Koa on the server.
121+
* [isomorphic-counter-example](https://github.com/khtdr/redux-react-koa-isomorphic-counter-example): Universal. A bare-bone implementation of the [counter example app](https://github.com/gaearon/redux/tree/master/examples/counter). Uses promises-middleware to interact with API via Koa on the server.
122122
* [Awesome list](https://github.com/xgrommx/awesome-redux)
123123

124124
Don’t be shy, add your own!

0 commit comments

Comments
 (0)