Skip to content

Commit b288802

Browse files
committed
Update RC blog post to use rc2
1 parent 4136a13 commit b288802

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/blog/2020-08-10-react-v17-rc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,20 +272,20 @@ We encourage you to try React 17.0 Release Candidate soon and [raise any issues]
272272
To install React 17 RC with npm, run:
273273

274274
```bash
275-
npm install react@17.0.0-rc.1 react-dom@17.0.0-rc.1
275+
npm install react@17.0.0-rc.2 react-dom@17.0.0-rc.2
276276
```
277277

278278
To install React 17 RC with Yarn, run:
279279

280280
```bash
281-
yarn add react@17.0.0-rc.1 react-dom@17.0.0-rc.1
281+
yarn add react@17.0.0-rc.2 react-dom@17.0.0-rc.2
282282
```
283283

284284
We also provide UMD builds of React via a CDN:
285285

286286
```html
287-
<script crossorigin src="https://unpkg.com/react@17.0.0-rc.1/umd/react.production.min.js"></script>
288-
<script crossorigin src="https://unpkg.com/react-dom@17.0.0-rc.1/umd/react-dom.production.min.js"></script>
287+
<script crossorigin src="https://unpkg.com/react@17.0.0-rc.2/umd/react.production.min.js"></script>
288+
<script crossorigin src="https://unpkg.com/react-dom@17.0.0-rc.2/umd/react-dom.production.min.js"></script>
289289
```
290290

291291
Refer to the documentation for [detailed installation instructions](/docs/installation.html).

0 commit comments

Comments
 (0)