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 ```