From 74a5a3b7b0dd600587897560bc9e5e2863fafb16 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Sat, 7 Oct 2023 13:33:44 +0800 Subject: [PATCH] feat: update README --- Cargo.toml | 2 +- README.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d7ea510..c708c4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" keywords = ["web", "leptos", "ui", "melt-ui"] authors = ["luoxiaozero "] -description = "A Leptos UI Library" +description = "An easy to use leptos component library" homepage = "https://github.com/luoxiaozero/melt-ui" repository = "https://github.com/luoxiaozero/melt-ui" license = "MIT" diff --git a/README.md b/README.md index 127fe37..7428a66 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -## melt-ui +# Melt UI -A Leptos UI Library +An easy to use leptos component library ## Resources -[Pigment](https://github.com/kobaltedev/pigment) \ No newline at end of file +[Pigment](https://github.com/kobaltedev/pigment) + +[Naive UI](https://github.com/tusen-ai/naive-ui)