Skip to content

Commit 6ca6631

Browse files
chore: change organisation name capitalisation
1 parent a7007dc commit 6ca6631

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "rustforweb-website"
3-
description = "Rust For Web website."
3+
description = "Rust for Web website."
44
publish = false
55

6-
authors = ["Rust For Web <[email protected]>"]
6+
authors = ["Rust for Web <[email protected]>"]
77
edition = "2024"
88
license = "MIT"
99
repository = "https://github.com/RustForWeb/rustforweb.github.io"

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Rust For Web
3+
Copyright (c) 2024 Rust for Web
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<p align="center">
2-
<a href="./assets/images/logo.svg" alt="Rust For Web Logo">
2+
<a href="./assets/images/logo.svg" alt="Rust for Web Logo">
33
<img src="./assets/images/logo.svg" width="300" height="200">
44
</a>
55
</p>
66

7-
<h1 align="center">Rust For Web</h1>
7+
<h1 align="center">Rust for Web</h1>
88

99
Creates and ports web UI libraries for Rust.
1010

11-
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.
11+
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

1313
## Documentation
1414

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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 UI libraries for Rust." />
77

8-
<title>Rust For Web</title>
8+
<title>Rust for Web</title>
99

1010
<link data-trunk rel="icon" href="./assets/images/logo.svg" />
1111

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rustforweb/website",
3-
"description": "Rust For Web website.",
4-
"author": "Rust For Web <[email protected]>",
3+
"description": "Rust for Web website.",
4+
"author": "Rust for Web <[email protected]>",
55
"repository": "github:RustForWeb/rustforweb.github.io",
66
"license": "MIT",
77
"private": true,

0 commit comments

Comments
 (0)