Skip to content

docs: improve clarity and consistency in README prerequisites section #9175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ installed on your machine. As of April 19th, 2024 the team has been testing with
To download Node.js visit https://nodejs.org/en/download/.

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

#### Yarn

Expand All @@ -54,7 +54,7 @@ $ yarn set version 1.22.11

#### Java

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

#### Verify Prerequisites

Expand Down Expand Up @@ -84,7 +84,7 @@ $ yarn
```

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

```bash
$ yarn build
Expand Down