docs:Update quickstart.mdx (#6056)

Update quickstart.mdx
This commit is contained in:
Dakshitha Ratnayake 2023-06-21 17:02:53 +05:30 committed by GitHub
parent 7e6434fa8c
commit 5ab3ed466c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,11 +286,7 @@ Once you have Node.js installed, you can use the following command to install Re
``` npm install -g react ```
This will install the latest version of React globally on your system. You can then verify the installation by running the following command:
``` react -v ```
This should output the version of React that you have installed.
This will install the latest version of React globally on your system.
<b> Visual Studio Code </b>