Browse Source

fix(docs): Fix dioxus-hooks crate description (#1134)

Marc Espín 2 năm trước cách đây
mục cha
commit
f4e1d78d7a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/hooks/Cargo.toml

+ 1 - 1
packages/hooks/Cargo.toml

@@ -3,7 +3,7 @@ name = "dioxus-hooks"
 version = "0.3.1"
 authors = ["Jonathan Kelley"]
 edition = "2018"
-description = "Dioxus VirtualDOM renderer for a remote webview instance"
+description = "Basic useful hooks for Dioxus."
 license = "MIT/Apache-2.0"
 repository = "https://github.com/DioxusLabs/dioxus/"
 homepage = "https://dioxuslabs.com"