Skip to content

Commit 8afaee2

Browse files
docs: ✏️ Update docs for v3
1 parent 53febd6 commit 8afaee2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ Vue.use(VueRx)
6868

6969
#### (1) use vuejs-clipper plugin
7070

71-
Use vuejs-clipper plugin also add **vue-rx** plugin to Vue.
71+
Make sure to install **vue-rx** plugin first.
7272

73-
By default it will register **all components** to Vue global scope.
73+
By default vuejs-clipper plugin will register **all components** to Vue global scope.
7474

7575
```javascript
7676
import Vue from 'vue'
@@ -112,7 +112,7 @@ Vue.use(VuejsClipper, {
112112
 parentPropName: 'myCustomerName'
113113
/*
114114
 parentPropName:
115-
Add property to Vue instance to store `clipper-preview` list.
115+
Vuejs-clipper Adds property to Vue instance in order to store `clipper-preview` list.
116116
You can change the property name
117117
default: '_imgPreviewLists'
118118
*/

0 commit comments

Comments
 (0)