From f7a169ddf85df1700cc13a8953e71a59a3df9f82 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 10 Dec 2016 11:41:18 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e6a2bcff1..669bc0b3b5 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ const { code, map } = svelte.compile( source, { * [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 ## License