diff --git a/README.md b/README.md index 3663ca6..b3b6fa5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To detect the language of the text: >>> from langdetect import detect >>> detect("War doesn't show who's right, just who's left.") 'en' ->>> detect("Ein, zwei, drei, vier") +>>> detect("eins, zwei, drei, vier") 'de' ```