We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2461696 commit 9d8096cCopy full SHA for 9d8096c
1 file changed
README.md
@@ -69,7 +69,7 @@ const store = new Store(initialState);
69
const Store = require('repatch').Store;
70
```
71
72
-### Bundles
+### UMD
73
74
```html
75
<script src="https://unpkg.com/repatch/dist/repatch.js"></script>
@@ -85,6 +85,7 @@ and
85
86
```javascript
87
const Store = Repatch.Store;
88
+const thunk = Repatch.thunk;
89
90
91
## Compatibility with [react-redux](https://www.npmjs.com/package/react-redux)
0 commit comments