Skip to content

Commit dfcd0d2

Browse files
committed
Update README
1 parent 9fd1668 commit dfcd0d2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
[Redux](https://github.com/reactjs/redux) binding for [React Intl](https://github.com/yahoo/react-intl).
44

5+
Building idiomatic React Redux Application by
6+
having translations in store and dispatching action to update it.
7+
58
## Installation
69

710
```
@@ -121,3 +124,7 @@ store.dispatch(updateIntl({
121124
### Use with `redux-immutable`
122125

123126
See the usage in [test](https://github.com/ratson/react-intl-redux/blob/master/test/immutable.spec.js).
127+
128+
## Examples
129+
130+
There are some examples under the [`examples`](./examples) folder for reference.

0 commit comments

Comments
 (0)