Skip to content

Commit f6e54ef

Browse files
committed
Fix installation instructions
1 parent a33fc67 commit f6e54ef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ Not available for now
3939
## Install and basic usage
4040

4141
```bash
42-
$ npm i -s VueDragResizeAndRotate-and-rotate
42+
$ npm i -s vue-drag-resize-and-rotate
4343
```
4444

4545

4646
Register the component:
4747

4848
```js
4949
import Vue from 'vue'
50-
import VueDragResizeAndRotate from 'VueDragResizeAndRotate-and-rotate'
50+
import VueDragResizeAndRotate from 'vue-drag-resize-and-rotate'
5151

52-
Vue.component('VueDragResizeAndRotate-and-rotate', VueDragResizeAndRotate)
52+
Vue.component('vue-drag-resize-and-rotate', VueDragResizeAndRotate)
5353
```
5454

5555
Use the component:
@@ -66,7 +66,7 @@ Use the component:
6666
</template>
6767
6868
<script>
69-
import VueDragResizeAndRotate from 'VueDragResizeAndRotate-and-rotate';
69+
import VueDragResizeAndRotate from 'vue-drag-resize-and-rotate';
7070
7171
export default {
7272
name: 'app',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-drag-resize-and-rotate",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": " VueJs2 component for draggable, resizable and rotable elements completly editable",
55
"main": "src/components/vue-drag-resize-and-rotate.vue",
66
"scripts": {

0 commit comments

Comments
 (0)