ez-saga 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,8 +32,8 @@ class RouterConfig extends React.Component {
|
|
|
32
32
|
ReactDom.render(<RouterConfig />, document.getElementById('root'));
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
Now let's define a model 'userModel.js'
|
|
36
|
+
|
|
37
37
|
```js
|
|
38
38
|
export const modelName = 'user';
|
|
39
39
|
|