update readme

This commit is contained in:
张磊 2019-01-11 09:05:11 +08:00
parent 826650cb03
commit a46ac2bcce
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ const store = {
render(<my-app />, document.body, store)
```
Unlike global variables, when there are multiple root nodes, multiple stores can be injected, while there is only one global variable.
Unlike global variables, when there are multiple root nodes, multiple stores can be injected.
<!--
```js