diff --git a/Cargo.toml b/Cargo.toml index 3f18231..41b59a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["packages/*"] resolver = "2" [workspace.package] -authors = ["Rust For Web "] +authors = ["Rust for Web "] edition = "2024" license = "MIT" repository = "https://github.com/RustForWeb/testing-library" diff --git a/LICENSE.md b/LICENSE.md index c367fe7..877a86d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Rust For Web +Copyright (c) 2024 Rust for Web Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d87ce2e..9510d3d 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ The logo is a combination of [Ferris the Rustacean](https://rustacean.net/) and This project is available under the [MIT license](LICENSE.md). -## Rust For Web +## Rust for Web -The Rust Testing Library project is part of [Rust For Web](https://github.com/RustForWeb). +The Rust Testing Library project is part of [Rust for Web](https://github.com/RustForWeb). -[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source. +[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source. diff --git a/book/src/introduction.md b/book/src/introduction.md index 81c0138..bc7dd84 100644 --- a/book/src/introduction.md +++ b/book/src/introduction.md @@ -28,8 +28,8 @@ TODO This project is available under the [MIT license](https://github.com/RustForWeb/radix/blob/main/LICENSE.md). -## Rust For Web +## Rust for Web -The Rust Testing Library project is part of [Rust For Web](https://github.com/RustForWeb). +The Rust Testing Library project is part of [Rust for Web](https://github.com/RustForWeb). -[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source. +[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source. diff --git a/package.json b/package.json index 3c71933..e007919 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rustforweb/testing-library", "description": "Rust port of Testing Library.", - "author": "Rust For Web ", + "author": "Rust for Web ", "repository": "github:RustForWeb/testing-library", "license": "MIT", "private": true, diff --git a/packages/dom/README.md b/packages/dom/README.md index a0828cd..708c138 100644 --- a/packages/dom/README.md +++ b/packages/dom/README.md @@ -14,8 +14,8 @@ Simple and complete DOM testing utilities that encourage good testing practices. See [the Rust Testing Libary book](https://testing-library.rustforweb.org/) for documentation. -## Rust For Web +## Rust for Web -The Rust Testing Library project is part of [Rust For Web](https://github.com/RustForWeb). +The Rust Testing Library project is part of [Rust for Web](https://github.com/RustForWeb). -[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source. +[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source. diff --git a/packages/pretty-format/README.md b/packages/pretty-format/README.md index 08a2658..758ecea 100644 --- a/packages/pretty-format/README.md +++ b/packages/pretty-format/README.md @@ -2,8 +2,8 @@ Rust port of [pretty-format](https://github.com/jestjs/jest/tree/main/packages/pretty-format). -## Rust For Web +## Rust for Web -The Rust Pretty Format project is part of [Rust For Web](https://github.com/RustForWeb). +The Rust Pretty Format project is part of [Rust for Web](https://github.com/RustForWeb). -[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source. +[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.