diff --git a/README.md b/README.md index d2278ea8..ddfeb3b9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ npm -i -D carbon-components-svelte The quickest way to get started is to customize a template from the [examples](examples/) folder. -Example set-ups demonstrate usage with popular application bundlers and frameworks. They feature a mix of Singe-page Applications (SPA), Server-side rendering (SSR) and statically exported approaches. +Example set-ups demonstrate usage with popular application bundlers and frameworks. They feature a mix of Single-page Applications (SPA), Server-side rendering (SSR) and statically exported approaches. - **[examples/rollup](examples/rollup/)**: SPA bundled using [Rollup](https://github.com/rollup/rollup) - **[examples/rollup-typescript](examples/rollup-typescript/)**: SPA bundled using [Rollup](https://github.com/rollup/rollup) with TypeScript support