Skip to content

Commit fd47d43

Browse files
Typo inside the Readme.md
1 parent 532044d commit fd47d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Usually you will have a Store for each Page or Shared Resource that you need to
2727
```javascript
2828

2929
const initialState = {
30-
...you-initial-data
30+
...yourInitialData
3131
}
3232

3333
const { updateState, getCurrentState, state$ } = createStore(initialState);
@@ -104,4 +104,4 @@ const PluggedTestComponent = plug(streamToProp)(TestComponent);
104104
# Future Plans
105105

106106
- Make RxJs optional
107-
- Use React Hooks instead of a PureComponent inside Plug's HOC
107+
- Use React Hooks instead of a PureComponent inside Plug's HOC

0 commit comments

Comments
 (0)