Skip to content

Commit 9d8096c

Browse files
author
Péter Hauszknecht
committed
update README
1 parent 2461696 commit 9d8096c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const store = new Store(initialState);
6969
const Store = require('repatch').Store;
7070
```
7171

72-
### Bundles
72+
### UMD
7373

7474
```html
7575
<script src="https://unpkg.com/repatch/dist/repatch.js"></script>
@@ -85,6 +85,7 @@ and
8585

8686
```javascript
8787
const Store = Repatch.Store;
88+
const thunk = Repatch.thunk;
8889
```
8990

9091
## Compatibility with [react-redux](https://www.npmjs.com/package/react-redux)

0 commit comments

Comments
 (0)