diff --git a/README.md b/README.md
index a1858dd..1f53b31 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,8 @@ npm install svelte-carousel
Import component and styles in App component
```jsx
```
diff --git a/package.json b/package.json
index 6fd182d..7596475 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "svelte-carousel",
- "version": "1.0.0-rc1",
+ "version": "1.0.0-rc2",
"description": "Svelte carousel",
"main": "dist/index.js",
"author": "vadimkorr",
diff --git a/src/docs/Carousel.svx b/src/docs/Carousel.svx
index 36ce232..b22b43d 100644
--- a/src/docs/Carousel.svx
+++ b/src/docs/Carousel.svx
@@ -195,8 +195,8 @@ npm install svelte-carousel
Import component and styles in App component
```jsx
```