From 5ef04cbaa8a7de9e845a334c90dd6ac0f7a46f5e Mon Sep 17 00:00:00 2001 From: Orta Therox Date: Sat, 10 Oct 2020 15:19:30 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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