Skip to content

Commit a6c0d22

Browse files
committed
docs: Improvements
1 parent f8af88f commit a6c0d22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<p align="center">
66
<a href="https://github.com/xiCO2k/laravel-vue-i18n/actions"><img alt="GitHub Workflow Status (master)" src="https://img.shields.io/github/workflow/status/xiCO2k/laravel-vue-i18n/Tests/main"></a>
77
<a href="https://www.npmjs.com/package/laravel-vue-i18n"><img alt="License" src="https://img.shields.io/npm/l/laravel-vue-i18n.svg?sanitize=true"></a>
8+
<a href="https://www.npmjs.com/package/laravel-vue-i18n"><img alt="Version" src="https://img.shields.io/npm/v/laravel-vue-i18n.svg"></a>
9+
<a href="https://www.npmjs.com/package/laravel-vue-i18n"><img alt="Total Downloads" src="https://img.shields.io/npm/dt/laravel-vue-i18n.svg"></a>
810
</p>
911

1012
<p align="center">
@@ -33,7 +35,7 @@ createApp()
3335
.use(i18nVue, {
3436
resolve: lang => import(`../lang/${lang}.json`)
3537
})
36-
.mount(document.getElementById('app'));
38+
.mount('#app');
3739
```
3840

3941
```html

0 commit comments

Comments
 (0)