From 9d8096c3ac0be31adef35b1f4d3464dd67283286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Hauszknecht?= Date: Fri, 1 Sep 2017 09:51:10 +0200 Subject: [PATCH] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)