diff --git a/README.md b/README.md index 4977bfa..5787c34 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ const store = new Store(initialState); const Store = require('repatch').Store; ``` -### Bundles +### UMD ```html @@ -85,6 +85,7 @@ and ```javascript const Store = Repatch.Store; +const thunk = Repatch.thunk; ``` ## Compatibility with [react-redux](https://www.npmjs.com/package/react-redux)