Skip to content

Commit 258909d

Browse files
docs: improve clarity and consistency in README prerequisites section
1 parent 56fbe52 commit 258909d

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
@@ -38,7 +38,7 @@ installed on your machine. As of April 19th, 2024 the team has been testing with
3838
To download Node.js visit https://nodejs.org/en/download/.
3939

4040
_NOTE: You can use a tool like [`NVM`](https://github.com/creationix/nvm)
41-
or [`N`](https://github.com/tj/n) to install and manage multiple node versions_
41+
or [`N`](https://github.com/tj/n) to install and manage multiple Node versions_
4242

4343
#### Yarn
4444

@@ -54,7 +54,7 @@ $ yarn set version 1.22.11
5454

5555
#### Java
5656

57-
The closure compiler requires a modern Java installation. Java 11+ should be installed: https://www.oracle.com/java/technologies/downloads/#java11
57+
The Closure Compiler requires a modern Java installation. Java 11+ should be installed: https://www.oracle.com/java/technologies/downloads/#java11
5858

5959
#### Verify Prerequisites
6060

@@ -84,7 +84,7 @@ $ yarn
8484
```
8585

8686
Once you have installed all the dependencies, you can build the entire SDK by
87-
running the following command the root of the SDK:
87+
running the following command at the root of the SDK:
8888

8989
```bash
9090
$ yarn build

0 commit comments

Comments
 (0)