Merge pull request #10 from waldyrious/patch-1

README: move React section to the Usage section
This commit is contained in:
HatScripts 2020-08-05 04:31:51 +10:00 committed by GitHub
commit a63b0928f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,11 @@ For example, the following code:
To view all the available flags, check the [gallery](all-flags.md).
### React
If you're using [React](https://reactjs.org), you may want to try the
[react-circle-flags](https://www.npmjs.com/package/react-circle-flags) package.
## Contributing
To contribute, you need to have [svgo](https://github.com/svg/svgo) installed
@ -46,10 +51,6 @@ svgo ./flags --recursive --config=svgo.yml
Then commit the changes, and submit them as a pull request.
## React
- Try [react-circle-flags](https://www.npmjs.com/package/react-circle-flags) package.
## License
This project is released under the [MIT license](LICENSE).