Skip to content

Commit 91e6234

Browse files
ricsamsupasate
authored andcommitted
Fix README typos (#362)
1 parent c796978 commit 91e6234

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ Main features
1010
-------------
1111
:sparkles: Synchronize router state with redux store through uni-directional flow (i.e. history -> store -> router -> components).
1212

13-
:gift: Support [React Router v4 and v5](https://github.com/ReactTraining/react-router).
13+
:gift: Supports [React Router v4 and v5](https://github.com/ReactTraining/react-router).
1414

15-
:sunny: Support functional component hot reloading while preserving state (with [react-hot-reload](https://github.com/gaearon/react-hot-loader)).
15+
:sunny: Supports functional component hot reloading while preserving state (with [react-hot-reload](https://github.com/gaearon/react-hot-loader)).
1616

1717
:tada: Dispatching of history methods (`push`, `replace`, `go`, `goBack`, `goForward`) works for both [redux-thunk](https://github.com/gaearon/redux-thunk) and [redux-saga](https://github.com/yelouafi/redux-saga).
1818

1919
:snowman: Nested children can access routing state such as the current location directly with `react-redux`'s `connect`.
2020

21-
:clock9: Support time traveling in Redux DevTools.
21+
:clock9: Supports time traveling in Redux DevTools.
2222

23-
:gem: Support [Immutable.js](https://facebook.github.io/immutable-js/)
23+
:gem: Supports [Immutable.js](https://facebook.github.io/immutable-js/)
2424

25-
:muscle: Support TypeScript
25+
:muscle: Supports TypeScript
2626

2727

2828
Installation

0 commit comments

Comments
 (0)