diff --git a/README.md b/README.md index f97599b..ba4e884 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ This package original Javascript helper has been moved into its own package, cal ```html - + @@ -191,13 +191,13 @@ This package original Javascript helper has been moved into its own package, cal Alternatively, you may want to include it in your project dependencies if you're using a frontend framework like Vue, React, Angular or Svelte, to name a few. ```shell -npm i laragear-webpass +npm i @laragear/webpass@2 ``` Once done, you may attest and assert the authenticator using the `Webpass` object: ```javascript -import Webpass from "laragear-webpass" +import Webpass from "@laragear/webpass" if (Webpass.isUnsupported()) { return alert("Your browser doesn't support WebAuthn.")