Skip to content

Commit

Permalink
Updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnelies committed Apr 18, 2024
1 parent 1c005db commit 321bc88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import * as webauthn from '@passwordless-id/webauthn'

```html
<script type="module">
import { client } from 'https://unpkg.com/@passwordless-id/webauthn@1.5.0/dist/webauthn.min.js'
import { client } from 'https://unpkg.com/@passwordless-id/webauthn@1.6.0/dist/webauthn.min.js'
</script>
```
### Import
Expand Down
2 changes: 1 addition & 1 deletion demos/example-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


<script type="module">
import { client } from 'https://unpkg.com/@passwordless-id/webauthn@1.5.0/dist/webauthn.min.js'
import { client } from 'https://unpkg.com/@passwordless-id/webauthn@1.6.0/dist/webauthn.min.js'

window.register = async function() {
console.log('Registering...')
Expand Down

0 comments on commit 321bc88

Please sign in to comment.