Skip to content

Commit

Permalink
feat: readme fix for import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rersozlu committed Apr 18, 2023
1 parent 3ccbe49 commit 6c971fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Remember it on the server side during a certain amount of time and "consume" it
Example call:

```js
import { client } from 'webauthn'
import { client } from '@passwordless-id/webauthn'

const challenge = "56535b13-5d93-4194-a282-f234c1c24500"
const authentication = await client.authenticate(["3924HhJdJMy_svnUowT8eoXrOOO6NLP8SK85q2RPxdU"], challenge, {
Expand Down

0 comments on commit 6c971fe

Please sign in to comment.