From f5c84d47aba7504e99e3587ee568e57c7060da2a Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Wed, 30 Mar 2022 09:47:53 +0300 Subject: [PATCH] Update CDN links for React 18 (#4523) --- content/docs/cdn-links.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/docs/cdn-links.md b/content/docs/cdn-links.md index e357811d..d959108f 100644 --- a/content/docs/cdn-links.md +++ b/content/docs/cdn-links.md @@ -9,18 +9,18 @@ next: release-channels.html Both React and ReactDOM are available over a CDN. ```html - - + + ``` The versions above are only meant for development, and are not suitable for production. Minified and optimized production versions of React are available at: ```html - - + + ``` -To load a specific version of `react` and `react-dom`, replace `17` with the version number. +To load a specific version of `react` and `react-dom`, replace `18` with the version number. ### Why the `crossorigin` Attribute? {#why-the-crossorigin-attribute}