From 131e1791b10605d31e591462c0bce9ffd71087fb Mon Sep 17 00:00:00 2001 From: Sungyu Kang Date: Mon, 16 Sep 2024 19:20:07 +0900 Subject: [PATCH] docs: README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e30319..cba1f66 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [![NPM](https://img.shields.io/npm/v/react-native-icons-builder)](https://www.npmjs.com/package/react-native-icons-builder) -![react-native-icons-builder](https://raw.githubusercontent.com/gronxb/react-native-icons-builder/main/demo.gif) - ## Introduction `react-native-icons-builder` is a CLI tool designed to generate React Native icons from the `react-icons` library. @@ -15,6 +13,10 @@ Check out the icons you want here and enter the following command: ```sh > npx react-native-icons-builder@latest add AiFillApple ``` +![react-native-icons-builder](https://github.com/gronxb/react-native-icons-builder/blob/main/demo.gif) + + + ## Motivation