From 258909dafa49671d2d97f7cac30be289cf5f136e Mon Sep 17 00:00:00 2001 From: Gayathri Date: Mon, 21 Jul 2025 11:15:06 +0530 Subject: [PATCH] docs: improve clarity and consistency in README prerequisites section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1db82c79608..70124396649 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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