Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Péter Hauszknecht committed Sep 1, 2017
1 parent 2461696 commit 9d8096c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const store = new Store(initialState);
const Store = require('repatch').Store;
```

### Bundles
### UMD

```html
<script src="https://unpkg.com/repatch/dist/repatch.js"></script>
Expand All @@ -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)
Expand Down

0 comments on commit 9d8096c

Please sign in to comment.