Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit c5d3e60

Browse files
author
Łukasz Florczak
authored
Update README.md
1 parent 5b1a61a commit c5d3e60

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
@@ -1,7 +1,7 @@
11
# vue-agile
22

33
> Carousel component for Vue.js inspired by [Slick](https://github.com/kenwheeler/slick/).<br>
4-
> ~~Simple~~ More powerfull with each version, touch-friendly, written in Vue and Vanilla JS (without jQuery dependency).
4+
> More powerfull with each version, touch-friendly, written in Vue and Vanilla JS (without jQuery dependency).
55
66
**[Demo & examples](https://lukaszflorczak.github.io/vue-agile/)**
77

@@ -88,7 +88,7 @@ Vue.component('agile', VueAgile)
8888
module.exports = {
8989
plugins: [
9090
{ src: '~/plugins/vue-agile', ssr: false }
91-
],
91+
]
9292
}
9393
```
9494

0 commit comments

Comments
 (0)