Skip to content

Commit 18b5915

Browse files
authored
Fix incorrect Internationalization import usage in README (#15)
1 parent 5e37859 commit 18b5915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ npm install @aboutbits/internationalization
2424
Second, you can setup the tool with all supported languages and the fallback language and then detect the given browser language.
2525

2626
```js
27-
import { Internationalization } from '@aboutbits/internationalization'
27+
import Internationalization from '@aboutbits/internationalization'
2828

2929
let supportedLanguages = ['en', 'de', 'it']
3030
let fallbackLanguage = 'en'

0 commit comments

Comments
 (0)