From 699adfbf1ba90cef8422a8490a825a45fc7b8bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Thu, 15 May 2025 16:20:53 +0200 Subject: [PATCH] chore: change organisation name capitalisation --- Cargo.toml | 2 +- LICENSE.md | 2 +- README.md | 6 +++--- package.json | 2 +- packages/aria-hidden/README.md | 6 +++--- packages/aria-query/README.md | 6 +++--- packages/dom-accessibility-api/README.md | 6 +++--- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0e4f118..aff4c61 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/dom" diff --git a/LICENSE.md b/LICENSE.md index 8695975..d244f93 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 468c460..a2cd92c 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ TODO This project is available under the [MIT license](LICENSE.md). -## Rust For Web +## Rust for Web -The Rust DOM project is part of [Rust For Web](https://github.com/RustForWeb). +The Rust DOM 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 9f414aa..e8389b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rustforweb/dom", "description": "Rust port of various DOM libraries.", - "author": "Rust For Web ", + "author": "Rust for Web ", "repository": "github:RustForWeb/dom", "license": "MIT", "private": true, diff --git a/packages/aria-hidden/README.md b/packages/aria-hidden/README.md index b78d69a..7c507bb 100644 --- a/packages/aria-hidden/README.md +++ b/packages/aria-hidden/README.md @@ -4,8 +4,8 @@ Rust ARIA Hidden is a Rust port of [aria-hidden](https://www.npmjs.com/package/a Hides from ARIA everything, except provided node(s). Helps to isolate modal dialogs and focused task - the content will be not accessible using accessible tools. -## Rust For Web +## Rust for Web -The Rust ARIA Hidden project is part of [Rust For Web](https://github.com/RustForWeb). +The Rust ARIA Hidden 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/aria-query/README.md b/packages/aria-query/README.md index a275dc2..4ec6ff1 100644 --- a/packages/aria-query/README.md +++ b/packages/aria-query/README.md @@ -4,8 +4,8 @@ Rust ARIA Query is a Rust port of [ARIA Query](https://www.npmjs.com/package/ari ARIA Query provides programmatic access to the [WAI-ARIA 1.2 Roles Model](https://www.w3.org/TR/wai-aria-1.2/#roles). -## Rust For Web +## Rust for Web -The Rust ARIA Query project is part of [Rust For Web](https://github.com/RustForWeb). +The Rust ARIA Query 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/dom-accessibility-api/README.md b/packages/dom-accessibility-api/README.md index ab70a79..a3f35bb 100644 --- a/packages/dom-accessibility-api/README.md +++ b/packages/dom-accessibility-api/README.md @@ -4,8 +4,8 @@ Rust Accessibility API is a Rust port of [dom-accessibility-api](https://www.npm Computes the accessible name or description of a given DOM Element. -## Rust For Web +## Rust for Web -The Rust Accessibility API project is part of [Rust For Web](https://github.com/RustForWeb). +The Rust Accessibility API 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.