Skip to content

Commit 8d96586

Browse files
chore: change organisation name capitalisation (#17)
1 parent 4d8843a commit 8d96586

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["packages/*/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
authors = ["Rust For Web <info@rustforweb.org>"]
6+
authors = ["Rust for Web <info@rustforweb.org>"]
77
edition = "2024"
88
license = "MIT"
99
repository = "https://github.com/RustForWeb/react"

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
@@ -16,8 +16,8 @@ TODO
1616

1717
This project is available under the [MIT license](LICENSE.md).
1818

19-
## Rust For Web
19+
## Rust for Web
2020

21-
The Rust React project is part of [Rust For Web](https://github.com/RustForWeb).
21+
The Rust React project is part of [Rust for Web](https://github.com/RustForWeb).
2222

23-
[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
23+
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rustforweb/react",
33
"description": "Rust port of various React libraries.",
4-
"author": "Rust For Web <info@rustforweb.org>",
4+
"author": "Rust for Web <info@rustforweb.org>",
55
"repository": "github:RustForWeb/react",
66
"license": "MIT",
77
"private": true,

packages/leptos/remove-scroll/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Leptos Remove Scroll is a Rust port of [React Remove Scroll](https://www.npmjs.c
44

55
Removes and disables scroll.
66

7-
## Rust For Web
7+
## Rust for Web
88

9-
The Leptos Remove Scroll project is part of [Rust For Web](https://github.com/RustForWeb).
9+
The Leptos Remove Scroll project is part of [Rust for Web](https://github.com/RustForWeb).
1010

11-
[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
11+
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.

0 commit comments

Comments
 (0)