From 8fc1cd10f84e45ed28635b21648a8ecfce4298db Mon Sep 17 00:00:00 2001 From: Peter Schweigkofler <105367004+Peter080202@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:47:58 +0200 Subject: [PATCH] Fix incorrect Internationalization import usage in README --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2812d78..b489873 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ npm install @aboutbits/internationalization Second, you can setup the tool with all supported languages and the fallback language and then detect the given browser language. ```js -import { Internationalization } from '@aboutbits/internationalization' +import Internationalization from '@aboutbits/internationalization' let supportedLanguages = ['en', 'de', 'it'] let fallbackLanguage = 'en'