Skip to content

Commit

Permalink
Change "Usage" to "Documentation"
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Nov 24, 2024
1 parent bd5bc51 commit 7b081eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- [UMD](#umd)
- [ES5](#es5)
- [ES2021](#es2021)
- [Usage](#usage)
- [Documentation](#documentation)

## Installation

Expand Down Expand Up @@ -72,7 +72,7 @@ If you only need to support modern browsers, include the `ES2021` version:
<script src="https://unpkg.com/@simplewebauthn/browser"></script>
```

## Usage
## Documentation

You can find in-depth documentation on this package here:
https://simplewebauthn.dev/docs/packages/browser
4 changes: 2 additions & 2 deletions packages/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- [Installation](#installation)
- [Node LTS 20.x and higher](#node-lts-20x-and-higher)
- [Deno v1.43 and higher](#deno-v143-and-higher)
- [Usage](#usage)
- [Documentation](#documentation)
- [Supported Attestation Formats](#supported-attestation-formats)

## Installation
Expand Down Expand Up @@ -39,7 +39,7 @@ import {...} from 'https://deno.land/x/simplewebauthn/deno/server.ts';
import type {...} from 'https://deno.land/x/simplewebauthn/deno/types.ts';
```

## Usage
## Documentation

You can find in-depth documentation on this package here:
https://simplewebauthn.dev/docs/packages/server
Expand Down

0 comments on commit 7b081eb

Please sign in to comment.