From 4dc55e9e8591af45fdd0134d00f5b9e40b7ec521 Mon Sep 17 00:00:00 2001 From: Shuo Wu <60160041+shuowu-okta@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:11:50 -0400 Subject: [PATCH] doc: add sri to cdn script tag in readme (#1498) OKTA-700807 doc: add sri to cdn script tag in readme remove script remove trailing space remove script fix e2e update script --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b255f0492..f9c8b89d9 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ require('@okta/okta-auth-js/polyfill'); The built polyfill bundle is also available on our global CDN. Include the following script in your HTML file to load before any other scripts: ```html - + ``` > :warning: The version shown in this sample may be older than the current version. We recommend using the highest version available @@ -171,7 +171,7 @@ If you are using the JS on a web page from the browser, you can copy the `node_m The built library bundle is also available on our global CDN. Include the following script in your HTML file to load before your application script: ```html - + ``` > :warning: The version shown in this sample may be older than the current version. We recommend using the highest version available