diff --git a/packages/react/README.md b/packages/react/README.md index 6801c4bc..3a5be790 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -175,7 +175,6 @@ function App () { Accepts properties: -- `sourceLanguage`: defaults to `{code: 'en', name: 'English'}` - `className`: The CSS class that will be applied to the ``, it should be easy to write @@ -191,9 +190,6 @@ function MyLanguagePicker () { return ( <> - {languages.map(({ code, name }) => (