summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2023-08-22 08:53:41 -0700
committerMatthew Miller <matthew@millerti.me>2023-08-22 08:53:41 -0700
commit031437e9f7860947d277b0cec61ac975dfdbf018 (patch)
tree9be6f4d666bd7294b28e87653682439eeb325c9a /packages/typescript-types
parentab7cdeb6d9d0a2b56f76f9c45fb18379b22695b4 (diff)
Tweak README's
Diffstat (limited to 'packages/typescript-types')
-rw-r--r--packages/typescript-types/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/typescript-types/README.md b/packages/typescript-types/README.md
index 5c8b3e6..2220d02 100644
--- a/packages/typescript-types/README.md
+++ b/packages/typescript-types/README.md
@@ -6,15 +6,21 @@
TypeScript typings for **@simplewebauthn/server** and **@simplewebauthn/browser**
- [Installation](#installation)
+ - [Node LTS 16.x or higher](#node-lts-16x-or-higher)
+ - [Deno v1.33.x or higher](#deno-v133x-or-higher)
## Installation
+### Node LTS 16.x or higher
+
This package is available on **npm**:
```sh
npm install @simplewebauthn/typescript-types
```
+### Deno v1.33.x or higher
+
It is also available for import into Deno projects from **deno.land/x**:
```ts