Skip to content

Commit 365601c

Browse files
committed
Update README
1 parent 8651101 commit 365601c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ yarn add @vue-a11y/vlibras@next
1818
```js
1919
import { createApp } from 'vue'
2020
import App from './App.vue'
21-
import VLibras from '../../src'
21+
import VLibras from '@vue-a11y/vlibras'
2222

2323
createApp(App)
2424
.use(VLibras)

0 commit comments

Comments
 (0)