From baf0b17b36aa855398c692d982337734b5e34a71 Mon Sep 17 00:00:00 2001 From: annmconteh07-stack Date: Mon, 27 Apr 2026 03:19:33 +0100 Subject: [PATCH] Refine README.md content for clarity Updated wording for clarity in various sections. Signed-off-by: annmconteh07-stack --- docs/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index ba1098c6fa157..37e5d7735d670 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,7 +6,7 @@ This directory contains documentation for contributing to the Node.js website pr New to contributing? Start here: -- **[Getting Started](./getting-started.md)** - Set up your development environment and make your first contribution +- **[Getting Started](./getting-started.md)** - Set up your development environment and submit your first contribution - **[Adding Pages](./adding-pages.md)** - Learn how to create new pages and content ## Development Guidelines @@ -18,14 +18,14 @@ New to contributing? Start here: ## Technical Documentation - **[Technologies](./technologies.md)** - Overview of the tech stack and architecture decisions -- **[Site Configuration](./site-config.md)** - How to update `site.json` (banners, badges, RSS feeds, metadata) +- **[Site Configuration](./site-config.md)** - How to update 'site.json' (banners, badges, RSS feeds, metadata) - **[Downloads Page](./downloads-page.md)** - How to add installation methods and package managers - **[Package Publishing](./package-publishing.md)** - Guidelines for publishing packages in our monorepo -- **[Cloudflare build and deployment](./cloudflare-build-and-deployment.md)** - Overview and useful information about the Cloudflare build and deployment +- **[Cloudflare build and deployment](./cloudflare-build-and-deployment.md)** - Overview and useful information about the Cloudflare building and deployment ## For Collaborators -- **[Collaborator Guide](./collaborator-guide.md)** - Guidelines specific to project collaborators with write access +- **[Collaborator Guide](./collaborator-guide.md)** - Specific guidelines to project collaborators with write access ## Additional Resources