Skip to content

Commit 87fdbc1

Browse files
docs: update organization description
1 parent 97517ca commit 87fdbc1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<h1 align="center">Rust for Web</h1>
88

9-
Creates and ports web UI libraries for Rust.
9+
Creates and ports web libraries for Rust.
1010

1111
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.
1212

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<meta name="description" content="Rust for Web creates and ports web UI libraries for Rust." />
6+
<meta name="description" content="Rust for Web creates and ports web libraries for Rust." />
77

88
<title>Rust for Web</title>
99

src/routes/index.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub fn Index() -> Html {
3333
r#as={HeadingAs::H2}
3434
mb=4
3535
>
36-
{"Creates and ports web UI libraries for Rust."}
36+
{"Creates and ports web libraries for Rust."}
3737
</Heading>
3838

3939
<Card>

0 commit comments

Comments
 (0)