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.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/packages/browser/README.md b/packages/browser/README.md
index 03bbf2a..8af1f66 100644
--- a/packages/browser/README.md
+++ b/packages/browser/README.md
@@ -1,11 +1,14 @@
+<!-- omit in toc -->
# @webauthntine/browser
![WebAuthn](https://img.shields.io/badge/WebAuthn-Simplified-blueviolet?style=for-the-badge&logo=WebAuthn)
[![npm (scoped)](https://img.shields.io/npm/v/@webauthntine/browser?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@webauthntine/browser)
![Browser Support](https://img.shields.io/badge/Browser-ES2018+-brightgreen?style=for-the-badge&logo=Mozilla+Firefox)
-## Installation
+- [Installation](#installation)
+ - [UMD](#umd)
+- [Usage - Coming Soon](#usage---coming-soon)
-### npm
+## Installation
This package is available on **npm**:
@@ -28,3 +31,7 @@ This package can also be installed via **unpkg** by including the following scri
```
The library's methods will be available on the global `WebAuthntineBrowser` object.
+
+## Usage - Coming Soon
+
+Check out [src/index.ts](./src/index.ts) for now until this section gets updated.