Fix readme.md example

This commit is contained in:
Christian Kaisermann 2019-03-20 10:00:58 -03:00 committed by GitHub
parent 8a3b674ac0
commit 051c53458f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
### On the `store` ### On the `store`
```js ```js
import i18n from 'svelte-i18n' import { i18n } from 'svelte-i18n'
import { Store } from 'svelte/store' import { Store } from 'svelte/store'
/** i18n(svelteStore, { dictionary }) */ /** i18n(svelteStore, { dictionary }) */