From c332877bd6869f40b493672e4330c11cedb1878e Mon Sep 17 00:00:00 2001 From: Clemens Tolboom Date: Wed, 23 Mar 2022 14:46:55 +0100 Subject: [PATCH] Follow svelte install instructions It is confusing doing `npm svelte` then stare at your file system ;-) --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 10b4c898..447eb0b4 100644 --- a/Readme.md +++ b/Readme.md @@ -16,7 +16,7 @@ The component names and interface are inspired by the [reactstrap](https://react ## Install -`npm install svelte sveltestrap` +Follow the installation instructions of [Svelte](https://svelte.dev/) or [Svelte Kit](https://kit.svelte.dev/) then `npm install sveltestrap` ## Usage