fix typo in README.md

This commit is contained in:
nkoder 2021-04-25 18:37:57 +02:00
parent ef07966482
commit 2e21a917d9
1 changed files with 1 additions and 1 deletions

View File

@ -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.