From e945418bfc9008a9335347f1b8b40f85fb2f2f66 Mon Sep 17 00:00:00 2001 From: Joshua Comeau Date: Sat, 30 Jan 2016 08:59:16 -0500 Subject: [PATCH] Update README Added info about the UMD build to the Installation section of the README. Also updated references to createStore to take advantage of the spiffy new store enhancer style in Redux v3.1.0. --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 057adb6..100d229 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,18 @@ Uses [Howler.js](https://github.com/goldfire/howler.js/) under the hood, which u ## Installation +### Preferred: NPM + ```js npm i -S redux-sounds ``` + +### Also available: UMD + +UMD builds are also available, for single-file usage or quick hacking in a JSbin. Simply add `dist/redux-sounds.js` or `dist/redux-sounds.min.js` to your file in a `