summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/typescript-types/README.md')
-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