Browse Source

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

Marc Espín 2 years ago
parent
commit
f4e1d78d7a
1 changed files with 1 additions and 1 deletions
  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"