Skip to content

Commit bf2323f

Browse files
authored
Update RC blog post to use rc3 (#3312)
1 parent 8f7ffa4 commit bf2323f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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-
275+
276276
```
277277

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

280280
```bash
281-
281+
282282
```
283283

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

286286
```html
287-
<script crossorigin src="https://unpkg.com/[email protected].2/umd/react.production.min.js"></script>
288-
<script crossorigin src="https://unpkg.com/[email protected].2/umd/react-dom.production.min.js"></script>
287+
<script crossorigin src="https://unpkg.com/[email protected].3/umd/react.production.min.js"></script>
288+
<script crossorigin src="https://unpkg.com/[email protected].3/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)