Skip to content

Commit a28cc55

Browse files
committed
docs: cleanup example
1 parent aeac5a3 commit a28cc55

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Laravel Vue i18n
22

3-
**laravel-vue-i18n** allows to connect your `Laravel` Framework localization files with `Vue`.
3+
**laravel-vue-i18n** allows to connect your `Laravel` Framework translation files with `Vue`.
44

55
## Usage
66

@@ -22,10 +22,10 @@ createApp()
2222
### Plugin Options
2323

2424
```js
25-
createApp().use(i18nVue, {
26-
lang: 'pt',
27-
resolve: lang => import(`../lang/${lang}.json`),
28-
})
25+
createApp().use(i18nVue, {
26+
lang: 'pt',
27+
resolve: lang => import(`../lang/${lang}.json`),
28+
})
2929
```
3030

3131
### trans()

0 commit comments

Comments
 (0)