From efde7625651dc07d9bfec7e39c3361d7dbae7c14 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sun, 4 Dec 2016 20:27:42 -0500 Subject: [PATCH] move examples into own section --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8416c357d1..985fe17d50 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ This is the Svelte compiler, which is primarily intended for authors of tooling * [sveltify](https://github.com/tehshrike/sveltify) - Browserify transform * [gulp-svelte](https://github.com/shinnn/gulp-svelte) - gulp plugin * [metalsmith-svelte](https://github.com/shinnn/metalsmith-svelte) - Metalsmith plugin -* [charpeni/svelte-example](https://github.com/charpeni/svelte-example) - Some Svelte examples with configured Rollup, Babel, ESLint, directives, Two-Way binding, and nested components * More to come! @@ -51,6 +50,12 @@ const { code, map } = svelte.compile( source, { ``` +## Example/starter repos + +* [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) + + ## License [MIT](LICENSE)