Skip to content

Commit 5db64aa

Browse files
authored
Update README.md
Typo fix in readme
1 parent 559e3f9 commit 5db64aa

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
@@ -33,7 +33,7 @@ This package helps you to have Laravel translation functionality in your client
3333
```js
3434
window.Vue = require('vue');
3535
// If you want to add to window object
36-
window.tranlate=require('./VueTranslation/Translation').default.translate;
36+
window.translate=require('./VueTranslation/Translation').default.translate;
3737

3838
// If you want to use it in your vue components
3939
Vue.prototype.translate=require('./VueTranslation/Translation').default.translate;

0 commit comments

Comments
 (0)