Skip to content

Commit 8e63d1c

Browse files
committed
Whitespace
1 parent d789131 commit 8e63d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ Start here to build this project or to contribute to this repo.
3737
### Prerequisites
3838
You will need the following tools:
3939
- [nvm](https://github.com/nvm-sh/nvm#installing-and-updating)
40-
- [nodeJS](https://www.w3schools.com/nodejs/nodejs_intro.asp)
40+
- [nodeJS](https://www.w3schools.com/nodejs/nodejs_intro.asp)
4141
Install `node` using `nvm`. In the root of this repo:
4242
```bash
4343
nvm install
4444
```
4545
This will automagically install and use the correct version of `node` for this project, as defined in the [`.nvmrc`](./.nvmrc) file.
46-
- [yarn](https://yarnpkg.com) version 1
46+
- [yarn](https://yarnpkg.com) version 1
4747
The easiest way to install this is using `npm`, which is installed with `node` by `nvm`.
4848
```bash
4949
npm install --global yarn

0 commit comments

Comments
 (0)