Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongranick-okta committed May 6, 2021
1 parent de89489 commit b14a34c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ To embed the Sign-in Widget via CDN, include links to the JS and CSS files in yo

```html
<!-- Latest CDN production Javascript and CSS -->
<script src="https://global.oktacdn.com/okta-signin-widget/5.6.0/js/okta-sign-in.min.js" type="text/javascript"></script>
<script src="https://global.oktacdn.com/okta-signin-widget/5.6.1/js/okta-sign-in.min.js" type="text/javascript"></script>

<link href="https://global.oktacdn.com/okta-signin-widget/5.6.0/css/okta-sign-in.min.css" type="text/css" rel="stylesheet"/>
<link href="https://global.oktacdn.com/okta-signin-widget/5.6.1/css/okta-sign-in.min.css" type="text/css" rel="stylesheet"/>
```

The CDN URLs contain a version number. This number should be the same for both the Javascript and the CSS file and match a version on the [releases page](/releases).
Expand All @@ -192,7 +192,7 @@ The standard JS asset served from our CDN includes polyfills via [`core-js`](htt

```html
<!-- Latest CDN production Javascript without polyfills -->
<script src="https://global.oktacdn.com/okta-signin-widget/5.6.0/js/okta-sign-in.no-polyfill.min.js" type="text/javascript"></script>
<script src="https://global.oktacdn.com/okta-signin-widget/5.6.1/js/okta-sign-in.no-polyfill.min.js" type="text/javascript"></script>
```

#### Using the npm module
Expand Down

0 comments on commit b14a34c

Please sign in to comment.