diff --git a/README.md b/README.md index d4c3324..b08acfe 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Rust for Web

-Creates and ports web UI libraries for Rust. +Creates and ports web libraries for Rust. Rust for Web is a collection of libraries designed for building web applications with Rust and WebAssembly. These libraries provide ready-to-use components for popular Rust web frameworks such as [Dioxus](https://dioxuslabs.com/), [Leptos](https://leptos.dev/), and [Yew](https://yew.rs/). Rust for Web is inspired by the rich ecosystems of JavaScript frameworks like React and aims to bring the same ease of use to the Rust web ecosystem. It achieves this by leveraging the strengths of existing JavaScript component libraries and porting their functionality to Rust. diff --git a/index.html b/index.html index 2b7c848..21e7787 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + Rust for Web diff --git a/src/routes/index.rs b/src/routes/index.rs index abe7ffb..9cc9c2b 100644 --- a/src/routes/index.rs +++ b/src/routes/index.rs @@ -33,7 +33,7 @@ pub fn Index() -> Html { r#as={HeadingAs::H2} mb=4 > - {"Creates and ports web UI libraries for Rust."} + {"Creates and ports web libraries for Rust."}