Skip to content

Commit 558e1bf

Browse files
Michael.KryvoruchkoMichael.Kryvoruchko
authored andcommitted
chore: fix README
1 parent 1c42cdb commit 558e1bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ npm install gitart-scroll-carousel
2323
```vue
2424
<script>
2525
import 'gitart-vue-dialog/dist/style.css'
26-
import { GCarousel } from 'gitart-scroll-carousel';
26+
import { GSCarousel } from 'gitart-scroll-carousel';
2727
2828
export default {
2929
components: {
30-
GCarousel,
30+
GSCarousel,
3131
},
3232
data: () => ({
3333
items: [0,1,2,3,4]

0 commit comments

Comments
 (0)