Skip to content

Commit 61a4ec9

Browse files
chore: change organisation name capitalisation (#88)
1 parent 90f0330 commit 61a4ec9

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

Cargo.toml

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

55
[workspace.package]
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/mdbook-plugins"

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
@@ -13,8 +13,8 @@ See [the mdBook Plugins book](https://mdbook-plugins.rustforweb.org/) for docume
1313

1414
This project is available under the [MIT license](LICENSE.md).
1515

16-
## Rust For Web
16+
## Rust for Web
1717

18-
The mdBook Plugins project is part of [Rust For Web](https://github.com/RustForWeb).
18+
The mdBook Plugins project is part of [Rust for Web](https://github.com/RustForWeb).
1919

20-
[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
20+
[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
@@ -9,8 +9,8 @@ mdBook Plugins is a collection of plugins for [mdBook](https://rust-lang.github.
99

1010
This project is available under the [MIT license](https://github.com/RustForWeb/mdbook-plugins/blob/main/LICENSE.md).
1111

12-
## Rust For Web
12+
## Rust for Web
1313

14-
The mdBook Plugins project is part of [Rust For Web](https://github.com/RustForWeb).
14+
The mdBook Plugins project is part of [Rust for Web](https://github.com/RustForWeb).
1515

16-
[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
16+
[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/mdbook-plugins",
33
"description": "Plugins for mdBook.",
4-
"author": "Rust For Web <[email protected]>",
4+
"author": "Rust for Web <[email protected]>",
55
"repository": "github:RustForWeb/mdbook-plugins",
66
"license": "MIT",
77
"private": true,

packages/mdbook-plugin-utils/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Utilities for [mdBook](https://rust-lang.github.io/mdBook/) plugins.
66

77
See [the mdBook Plugins book](https://mdbook-plugins.rustforweb.org/) for documentation.
88

9-
## Rust For Web
9+
## Rust for Web
1010

11-
The mdBook Plugins project is part of [Rust For Web](https://github.com/RustForWeb).
11+
The mdBook Plugins project is part of [Rust for Web](https://github.com/RustForWeb).
1212

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

packages/mdbook-tabs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
See [the mdBook Plugins book](https://mdbook-plugins.rustforweb.org/) for documentation.
88

9-
## Rust For Web
9+
## Rust for Web
1010

11-
The mdBook Plugins project is part of [Rust For Web](https://github.com/RustForWeb).
11+
The mdBook Plugins project is part of [Rust for Web](https://github.com/RustForWeb).
1212

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

packages/mdbook-trunk/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
See [the mdBook Plugins book](https://mdbook-plugins.rustforweb.org/) for documentation.
88

9-
## Rust For Web
9+
## Rust for Web
1010

11-
The mdBook Plugins project is part of [Rust For Web](https://github.com/RustForWeb).
11+
The mdBook Plugins project is part of [Rust for Web](https://github.com/RustForWeb).
1212

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