From 1c0b39f3888e0a2b4094e4bb19c4321001ad7032 Mon Sep 17 00:00:00 2001 From: Venkat Date: Tue, 10 Mar 2026 09:38:49 +0530 Subject: [PATCH 1/2] docs: improve readability by fixing grammar and formatting code blocks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da65bb0d0e836..2cbf7654b5e94 100644 --- a/README.md +++ b/README.md @@ -36,20 +36,20 @@ ## What is this repo? -[Nodejs.org](https://nodejs.org/) by the [OpenJS Foundation](https://openjsf.org/) is the official website for the Node.js® JavaScript runtime. This repo is the source code for the website. It is built using [Next.js](https://nextjs.org), a React Framework. +[Nodejs.org](https://nodejs.org/), maintained by the [OpenJS Foundation](https://openjsf.org/), is the official website for the Node.js® JavaScript runtime. This repo is the source code for the website. It is built using [Next.js](https://nextjs.org), a React Framework. ```bash pnpm install --frozen-lockfile pnpm dev -# listening at localhost:3000 +# Listening at http://localhost:3000 ``` ## Contributing This project adopts the Node.js [Code of Conduct][]. -Any person who wants to contribute to the Website is welcome! Please read [Contribution Guidelines][] and see the [Figma Design][] to understand better the structure of this repository. +Anyone who wants to contribute to the website is welcome. Please read [Contribution Guidelines][] and see the [Figma Design][] to understand better the structure of this repository. > \[!IMPORTANT]\ > Please read our [Translation Guidelines][] before contributing to Translation and Localization of the Website From 85a31a7717914659bdf1a21d5f3bf03b54273bc3 Mon Sep 17 00:00:00 2001 From: Venkat Date: Tue, 10 Mar 2026 18:11:15 +0530 Subject: [PATCH 2/2] docs: update sentence punctuation as suggested in review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cbf7654b5e94..5660c920a7e28 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ pnpm dev This project adopts the Node.js [Code of Conduct][]. -Anyone who wants to contribute to the website is welcome. Please read [Contribution Guidelines][] and see the [Figma Design][] to understand better the structure of this repository. +Anyone who wants to contribute to the website is welcome! Please read [Contribution Guidelines][] and see the [Figma Design][] to understand better the structure of this repository. > \[!IMPORTANT]\ > Please read our [Translation Guidelines][] before contributing to Translation and Localization of the Website