From 051c53458f52f59e5348653cdf93f7e8abe57fc3 Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Wed, 20 Mar 2019 10:00:58 -0300 Subject: [PATCH] Fix readme.md example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f0d9d8..592b6f3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ### On the `store` ```js -import i18n from 'svelte-i18n' +import { i18n } from 'svelte-i18n' import { Store } from 'svelte/store' /** i18n(svelteStore, { dictionary }) */