From bf2323fe3edad6ee718c238703be0768445d72c4 Mon Sep 17 00:00:00 2001 From: Napoleon Oikonomou Date: Thu, 8 Oct 2020 11:07:44 +0300 Subject: [PATCH] Update RC blog post to use rc3 (#3312) --- content/blog/2020-08-10-react-v17-rc.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/blog/2020-08-10-react-v17-rc.md b/content/blog/2020-08-10-react-v17-rc.md index 8e9f9e85..1329d6eb 100644 --- a/content/blog/2020-08-10-react-v17-rc.md +++ b/content/blog/2020-08-10-react-v17-rc.md @@ -272,20 +272,20 @@ We encourage you to try React 17.0 Release Candidate soon and [raise any issues] To install React 17 RC with npm, run: ```bash -npm install react@17.0.0-rc.2 react-dom@17.0.0-rc.2 +npm install react@17.0.0-rc.3 react-dom@17.0.0-rc.3 ``` To install React 17 RC with Yarn, run: ```bash -yarn add react@17.0.0-rc.2 react-dom@17.0.0-rc.2 +yarn add react@17.0.0-rc.3 react-dom@17.0.0-rc.3 ``` We also provide UMD builds of React via a CDN: ```html - - + + ``` Refer to the documentation for [detailed installation instructions](/docs/installation.html).