Skip to content

Commit 37f78b7

Browse files
committed
📖 Update docs
1 parent 26cf4d8 commit 37f78b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
home: true
3-
actionText: Check it out
3+
actionText: Check the docs!
44
actionLink: introduction.md
55
footer: MIT Licensed | Copyright © 2020 kimuraz
66
---

docs/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ yarn add vue-interact
1313

1414
```
1515

16-
## For using directives
16+
## Using directives
1717

1818
Install it as a plugin:
1919

@@ -26,5 +26,5 @@ Vue.use(VueInteract);
2626
In order to use the default css classes from vue-interact make sure to also import the css file:
2727

2828
```
29-
import 'vue-interact/vue-interact-default.css';
29+
import 'vue-interact/dist/vue-interact.css';
3030
```

0 commit comments

Comments
 (0)