Skip to content

Commit 2e39c8d

Browse files
chore: change organisation name capitalisation (#145)
1 parent c1885c2 commit 2e39c8d

10 files changed

Lines changed: 24 additions & 24 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
resolver = "2"
1010

1111
[workspace.package]
12-
authors = ["Rust For Web <info@rustforweb.org>"]
12+
authors = ["Rust for Web <info@rustforweb.org>"]
1313
edition = "2024"
1414
license = "MIT"
1515
repository = "https://github.com/RustForWeb/floating-ui"

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
@@ -57,8 +57,8 @@ The logo is a combination of the [Floating UI logo](https://github.com/floating-
5757

5858
This project is available under the [MIT license](LICENSE.md).
5959

60-
## Rust For Web
60+
## Rust for Web
6161

62-
The Rust Floating UI project is part of [Rust For Web](https://github.com/RustForWeb).
62+
The Rust Floating UI project is part of [Rust for Web](https://github.com/RustForWeb).
6363

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

book/src/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ See [Examples](./examples.md).
3434

3535
This project is available under the [MIT license](https://github.com/RustForWeb/floating-ui/blob/main/LICENSE.md).
3636

37-
## Rust For Web
37+
## Rust for Web
3838

39-
The Rust Floating UI project is part of [Rust For Web](https://github.com/RustForWeb).
39+
The Rust Floating UI project is part of [Rust for Web](https://github.com/RustForWeb).
4040

41-
[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
41+
[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/floating-ui",
33
"description": "Rust port of Floating UI.",
4-
"author": "Rust For Web <info@rustforweb.org>",
4+
"author": "Rust for Web <info@rustforweb.org>",
55
"repository": "github:RustForWeb/floating-ui",
66
"license": "MIT",
77
"private": true,

packages/core/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This is the platform-agnostic core of Floating UI, exposing the main `compute_po
1414

1515
See [the Rust Floating UI book](https://floating-ui.rustforweb.org/) for documentation.
1616

17-
## Rust For Web
17+
## Rust for Web
1818

19-
The Rust Floating UI project is part of [Rust For Web](https://github.com/RustForWeb).
19+
The Rust Floating UI project is part of [Rust for Web](https://github.com/RustForWeb).
2020

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

packages/dom/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This is the library to use Floating UI on the web, wrapping `floating-ui-core` w
1414

1515
See [the Rust Floating UI book](https://floating-ui.rustforweb.org/) for documentation.
1616

17-
## Rust For Web
17+
## Rust for Web
1818

19-
The Rust Floating UI project is part of [Rust For Web](https://github.com/RustForWeb).
19+
The Rust Floating UI project is part of [Rust for Web](https://github.com/RustForWeb).
2020

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

packages/leptos/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This is the library to use Floating UI with Leptos.
1414

1515
See [the Rust Floating UI book](https://floating-ui.rustforweb.org/) for documentation.
1616

17-
## Rust For Web
17+
## Rust for Web
1818

19-
The Rust Floating UI project is part of [Rust For Web](https://github.com/RustForWeb).
19+
The Rust Floating UI project is part of [Rust for Web](https://github.com/RustForWeb).
2020

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

packages/utils/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Utility functions shared across Floating UI crates. You may use these functions
1414

1515
See [the Rust Floating UI book](https://floating-ui.rustforweb.org/) for documentation.
1616

17-
## Rust For Web
17+
## Rust for Web
1818

19-
The Rust Floating UI project is part of [Rust For Web](https://github.com/RustForWeb).
19+
The Rust Floating UI project is part of [Rust for Web](https://github.com/RustForWeb).
2020

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

packages/yew/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This is the library to use Floating UI with Yew.
1414

1515
See [the Rust Floating UI book](https://floating-ui.rustforweb.org/) for documentation.
1616

17-
## Rust For Web
17+
## Rust for Web
1818

19-
The Rust Floating UI project is part of [Rust For Web](https://github.com/RustForWeb).
19+
The Rust Floating UI project is part of [Rust for Web](https://github.com/RustForWeb).
2020

21-
[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
21+
[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)