From 5312a2ce55549e85daf488927e4b08c319cd1074 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 31 Jul 2020 10:55:35 +0100 Subject: [PATCH] README: move React section to the Usage section --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da58a42..e34e3ab 100644 --- a/README.md +++ b/README.md @@ -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).