From 2e21a917d9393812b34744c082bc3418cfc83ad4 Mon Sep 17 00:00:00 2001 From: nkoder Date: Sun, 25 Apr 2021 18:37:57 +0200 Subject: [PATCH] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd544c8..bb2ed8d 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Requirements: you must have node.js and git installed. 2. Clone the repository to your computer. 3. Open the folder in command prompt and run **`npm install`** 4. Make any changes you would like to suggest. -5. In command prompt run **`npm run build`** which will compile it to the `/build` folder, where you can make sure it works – the easiest way is to do so is to run **`npm run serve`**. You can also do both at once by running `npm test`. +5. In command prompt run **`npm run build`** which will compile it to the `/build` folder, where you can make sure it works – the easiest way to do so is to run **`npm run serve`**. You can also do both at once by running `npm test`. 6. Add, Commit and Push your changes to your fork. 7. On the github page for your fork, click **New Pull Request** above the file list. 8. Change the **head repository** dropdown to your fork.