Skip to content

Commit 4a72146

Browse files
authored
doc: corrections
1 parent acd25ad commit 4a72146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ Import and initialize the component in your `main.js`. After initialization, the
4141
You can also assign a custom name to the component:
4242
```js
4343
import { createApp } from "vue";
44-
import veProgress from 'vue-ellipse-progress';
44+
import veProgress from "vue-ellipse-progress";
4545
createApp(App).use(veProgress);
4646
// createApp(App).use(veProgress, "vep"); define custom name
4747
```
4848

4949
#### Import component
5050
You also have the option to import the component directly:
5151
```js
52-
import { VeProgress } from 'vue-ellipse-progress';
52+
import { VeProgress } from "vue-ellipse-progress";
5353
```
5454

5555
### CDN

0 commit comments

Comments
 (0)