diff options
author | Matthew Miller <matthew@millerti.me> | 2023-08-21 09:59:37 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-08-21 09:59:37 -0700 |
commit | a7726ceefadc87d74c74efe238df85e2dde007ca (patch) | |
tree | 0eceb41a72e59a0919f09f2ad6c641f5608c843f /packages/typescript-types/README.md | |
parent | ab877cc0d83b5ce0b5d4cca208e4860576c5ae43 (diff) |
Update READMEs
Diffstat (limited to 'packages/typescript-types/README.md')
-rw-r--r-- | packages/typescript-types/README.md | 4 |
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'; ``` |