From 1117dc75b3c7d5241eee029554bb5ffd9b467de2 Mon Sep 17 00:00:00 2001 From: Kay O Date: Wed, 11 Apr 2018 21:23:51 -0600 Subject: [PATCH] Update README.md adds link to redux example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a9c5455f5..8c914626c5 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ The `style` and `script` preprocessors will run *after* the `markup` preprocesso * [charpeni/svelte-example](https://github.com/charpeni/svelte-example) - Some Svelte examples with configured Rollup, Babel, ESLint, directives, Two-Way binding, and nested components * [EmilTholin/svelte-test](https://github.com/EmilTholin/svelte-test) * [lukechinworth/codenames](https://github.com/lukechinworth/codenames/tree/svelte) – example integration with Redux +* [khtdr/svelte-redux-shopping-cart](https://github.com/khtdr/svelte-redux-shopping-cart) – Redux Shopping Cart example (with devtools and hot-reloading) ## BrowserStack