From 7c9b2e77be920d530bf065c72e568d9ce7b7c310 Mon Sep 17 00:00:00 2001 From: Vadim Date: Wed, 27 Jan 2021 20:01:22 +0300 Subject: [PATCH] Update installation docs --- src/docs/Carousel.svx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/docs/Carousel.svx b/src/docs/Carousel.svx index 827f4f3..6b11d09 100644 --- a/src/docs/Carousel.svx +++ b/src/docs/Carousel.svx @@ -131,10 +131,11 @@ yarn add svelte-carousel npm install svelte-carousel ``` -Import css in App component +Import component and styles in App component ```jsx ```