summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/browser/README.md')
-rw-r--r--packages/browser/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/packages/browser/README.md b/packages/browser/README.md
index 2135527..f3aa868 100644
--- a/packages/browser/README.md
+++ b/packages/browser/README.md
@@ -1,5 +1,4 @@
<!-- omit in toc -->
-
# @simplewebauthn/browser
![WebAuthn](https://img.shields.io/badge/WebAuthn-Simplified-blueviolet?style=for-the-badge&logo=WebAuthn)
@@ -8,7 +7,7 @@
- [Installation](#installation)
- [UMD](#umd)
-- [Usage - Coming Soon](#usage---coming-soon)
+- [Usage](#usage)
## Installation
@@ -34,6 +33,8 @@ This package can also be installed via **unpkg** by including the following scri
The library's methods will be available on the global `SimpleWebAuthnBrowser` object.
-## Usage - Coming Soon
+## Usage
+
+Check out [the example's public/ folder](../../example/public/) for a practical implementation of this library.
-Check out [the example](../../example/public/) for now until this section gets updated.
+Lower-level API documentation for the methods in this library is available [here](https://simplewebauthn.netlify.app/modules/_simplewebauthn_browser.html).