Skip to content

Commit c9fa123

Browse files
Venkat-EntropikVenkat
andauthored
docs: improve readability by fixing grammar and formatting code blocks (#8710)
* docs: improve readability by fixing grammar and formatting code blocks * docs: update sentence punctuation as suggested in review --------- Co-authored-by: Venkat <venkat@Venkats-MacBook-Pro.local>
1 parent abf5a98 commit c9fa123

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@
3636

3737
## What is this repo?
3838

39-
[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.
39+
[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.
4040

4141
```bash
4242
pnpm install --frozen-lockfile
4343
pnpm dev
4444

45-
# listening at localhost:3000
45+
# Listening at http://localhost:3000
4646
```
4747

4848
## Contributing
4949

5050
This project adopts the Node.js [Code of Conduct][].
5151

52-
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.
52+
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.
5353

5454
> \[!IMPORTANT]\
5555
> Please read our [Translation Guidelines][] before contributing to Translation and Localization of the Website

0 commit comments

Comments
 (0)