Skip to content

Commit 4bd3e6d

Browse files
committed
Update CDN URL
1 parent e39ea60 commit 4bd3e6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ import { createClient } from "@propelauth/javascript";
3232
Alternatively, you can use a CDN:
3333

3434
```html
35-
<script
36-
src="https://www.unpkg.com/@propelauth/javascript@2.0.11/dist/javascript.min.js"
37-
integrity="sha384-FENNH2f7QuQvkZJBL7jebLr0OtYKgTA2iq+C5g3VXXX7SBwWmeMMoc+pBBtcn76G"
38-
crossorigin="anonymous"></script>
35+
<script
36+
src="https://www.unpkg.com/@propelauth/javascript/dist/javascript.min.js"
37+
crossorigin="anonymous"
38+
></script>
3939
```
4040

4141
then a global PropelAuth object will be created, and you can call createClient from it:

0 commit comments

Comments
 (0)