diff --git a/examples/routify/README.md b/examples/routify/README.md index e4516a5a..aa891404 100644 --- a/examples/routify/README.md +++ b/examples/routify/README.md @@ -1,17 +1,7 @@ -# webpack +# routify > Example set-up using [Routify](https://github.com/roxiness/routify). -## Getting started - -Quickly scaffold a new project using [degit](https://github.com/Rich-Harris/degit): - -```sh -npx degit ibm/carbon-components-svelte/examples/routify svelte-app -cd svelte-app -yarn install -``` - ## Available scripts ### `yarn dev` diff --git a/examples/svite/README.md b/examples/svite/README.md index 5a2d32e1..cea6b03a 100644 --- a/examples/svite/README.md +++ b/examples/svite/README.md @@ -2,16 +2,6 @@ > Example set-up using [svite](https://github.com/dominikg/svite). -## Getting started - -Use [degit](https://github.com/Rich-Harris/degit) to quickly scaffold a new project: - -```sh -npx degit ibm/carbon-components-svelte/examples/svite carbon-svite -cd carbon-svite -yarn install -``` - ## Available scripts ### `yarn dev` diff --git a/examples/webpack/README.md b/examples/webpack/README.md index c1eeb6b4..71bed67e 100644 --- a/examples/webpack/README.md +++ b/examples/webpack/README.md @@ -1,16 +1,6 @@ # webpack -> Example webpack set-up using pre-compiled CSS shipped with `carbon-components-svelte`. - -## Getting started - -Quickly scaffold a new project using [degit](https://github.com/Rich-Harris/degit): - -```sh -npx degit ibm/carbon-components-svelte/examples/webpack svelte-app -cd svelte-app -yarn install -``` +> Example set-up using [webpack](https://github.com/webpack/webpack). ## Available scripts