diff --git a/src/routes/index.rs b/src/routes/index.rs index 2f3feb3..abe7ffb 100644 --- a/src/routes/index.rs +++ b/src/routes/index.rs @@ -26,7 +26,7 @@ pub fn Index() -> Html { ])} mb=4 > - {"Rust For Web"} + {"Rust for Web"} Html { - {"Rust For Web is a collection of libraries designed for building web applications with Rust and WebAssembly. "} + {"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"}{", "} {"Leptos"}{", and "} {"Yew"}{". "} - {"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. + {"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."}