From 7cbddd65794e9ef2112e8730647c1c9e54386a08 Mon Sep 17 00:00:00 2001 From: Hichem Fantar Date: Wed, 20 Nov 2024 08:13:42 +0100 Subject: [PATCH] fix: correct numbering in README installation instructions --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 966131db576..bdcfa4de302 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This repo contains the source code and documentation powering [react.dev](https: ### Installation 1. `cd react.dev` to go into the project root -3. `yarn` to install the website's npm dependencies +2. `yarn` to install the website's npm dependencies ### Running locally @@ -37,10 +37,10 @@ The documentation is divided into several sections with a different tone and pur ### Make the change 1. Follow the ["Running locally"](#running-locally) instructions -1. Save the files and check in the browser - 1. Changes to React components in `src` will hot-reload - 1. Changes to markdown files in `content` will hot-reload - 1. If working with plugins, you may need to remove the `.cache` directory and restart the server +2. Save the files and check in the browser +3. Changes to React components in `src` will hot-reload +4. Changes to markdown files in `content` will hot-reload +5. If working with plugins, you may need to remove the `.cache` directory and restart the server ### Test the change @@ -60,4 +60,5 @@ The documentation is divided into several sections with a different tone and pur If you are interested in translating `react.dev`, please see the current translation efforts [here](https://github.com/reactjs/react.dev/issues/4135). ## License + Content submitted to [react.dev](https://react.dev/) is CC-BY-4.0 licensed, as found in the [LICENSE-DOCS.md](https://github.com/reactjs/react.dev/blob/main/LICENSE-DOCS.md) file.