From 15f234989d6809693c31dd18c1e65bfd4a784e78 Mon Sep 17 00:00:00 2001 From: Shinichi Okada <147320+shinokada@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:50:50 +0200 Subject: [PATCH] docs: README update --- README.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8489b5ec..ac348a6a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ npm -480+ SVG [Flowbite icons](https://github.com/themesberg/flowbite-icons) components for Svelte 3/4/5/Runes. +590+ SVG [Flowbite icons](https://github.com/themesberg/flowbite-icons) components for Svelte 4/5/Runes. Thank you for considering my open-source package. If you use it in a commercial project, please support me by sponsoring me on GitHub: https://github.com/sponsors/shinokada. Your support helps me maintain and improve this package for the benefit of the community. @@ -18,13 +18,8 @@ Please see the [Flowbite Svelte Icons documentation](https://flowbite-svelte-ico ## Icons -<<<<<<< HEAD -- [Outline Icons](https://flowbite-svelte-icons.codewithshin.com/outline-icons) -- [Solid Icons](https://flowbite-svelte-icons.codewithshin.com/solid-icons) -======= - [Outline Icons](https://flowbite-svelte-icons.codewithshin.com/outline) - [Solid Icons](https://flowbite-svelte-icons.codewithshin.com/solid) ->>>>>>> svelte-5-runes ## Repo @@ -41,27 +36,23 @@ Please see the [Flowbite Svelte Icons documentation](https://flowbite-svelte-ico - TailwindCSS ### v2 -- Svelte 5:Runes +- Svelte 5 or later - TailwindCSS ## Installation - -### Svelte 4/5 +### Svelte 5 or later ```sh pnpm i -D flowbite-svelte-icons ``` -### Svelte 5 Runes +### Svelte 4/5 ```sh -pnpm i -D flowbite-svelte-icons@2.0.0-next.x +pnpm i -D flowbite-svelte-icons@v1-latest ``` -Replace `2.0.0-next.x` with the latest `v2` version. -Replace `x` with the latest release at [GitHub](https://github.com/themesberg/flowbite-svelte-icons/releases). - Add the following to tailwind.config.cjs. ```js