We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39ea60 commit 4bd3e6dCopy full SHA for 4bd3e6d
README.md
@@ -32,10 +32,10 @@ import { createClient } from "@propelauth/javascript";
32
Alternatively, you can use a CDN:
33
34
```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>
+<script
+ src="https://www.unpkg.com/@propelauth/javascript/dist/javascript.min.js"
+ crossorigin="anonymous"
+></script>
39
```
40
41
then a global PropelAuth object will be created, and you can call createClient from it:
0 commit comments