Skip to content

Commit

Permalink
fix: correct CircleFlagLanguage countryCode with langaugeCode in read…
Browse files Browse the repository at this point in the history
…me.md
  • Loading branch information
marsinearth committed Nov 23, 2023
1 parent 904577d commit c6b112b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can pass all the react's `React.DetailedHTMLProps<React.ImgHTMLAttributes<HT
import React from 'react'
import { CircleFlagLanguage } from 'react-circle-flags'

export const EnglishFlag = () => <CircleFlagLanguage countryCode="en-us" height="35" />
export const EnglishFlag = () => <CircleFlagLanguage languageCode="en-us" height="35" />
```

## Docs && Gallery
Expand Down

0 comments on commit c6b112b

Please sign in to comment.