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)