summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types
diff options
context:
space:
mode:
Diffstat (limited to 'packages/typescript-types')
-rw-r--r--packages/typescript-types/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/typescript-types/README.md b/packages/typescript-types/README.md
index 1b2b41f..5c8b3e6 100644
--- a/packages/typescript-types/README.md
+++ b/packages/typescript-types/README.md
@@ -15,8 +15,8 @@ This package is available on **npm**:
npm install @simplewebauthn/typescript-types
```
-It is also available for import into Deno projects on **deno.land/x**:
+It is also available for import into Deno projects from **deno.land/x**:
```ts
-TODO;
+import {...} from 'https://deno.land/x/simplewebauthn/deno/typescript-types.ts';
```