From 733af332a81f5ef679359906ce5c581b4364ff3a Mon Sep 17 00:00:00 2001 From: Sungyu Kang Date: Mon, 16 Sep 2024 17:16:09 +0900 Subject: [PATCH] docs: README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 179c391..8fb6454 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,16 @@ Check out the icons you want here and enter the following command: * Multiple Prefix ```sh > npm install react-native-svg react-native-icons-builder # or use pnpm or yarn -> npx react-native-icons-builder@latest add Fa500Px # visit https://react-icons.github.io/react-icons/ +> npx react-native-icons-builder@latest add Fa500Px +> ◆ Pick a prefix. +> │ ● fa +> │ ○ fa6 +> └ + # or -> npx react-native-icons-builder@latest add fa/Fa500Px # visit https://react-icons.github.io/react-icons/ +> npx react-native-icons-builder@latest add fa/Fa500Px # or -> npx react-native-icons-builder@latest fa6/Fa500Px # visit https://react-icons.github.io/react-icons/ +> npx react-native-icons-builder@latest fa6/Fa500Px ``` @@ -51,4 +56,4 @@ Check out the icons you want here and enter the following command: ## Credit This project is based on `react-icons`. https://github.com/react-icons/react-icons -Thank you to `react-icons`. \ No newline at end of file +Thank you to `react-icons`.