diff options
author | Matthew Miller <matthew@millerti.me> | 2023-08-22 10:13:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 10:13:03 -0700 |
commit | fefc95e4535e6ecf903f647124a492fba3fd11d6 (patch) | |
tree | 4c924d43d32fb12a780533302eaf5dee08875d75 /example/README.md | |
parent | 443c341bc2163f07b93a3ef84a43294d10b826f8 (diff) | |
parent | 2935857c76d458c26701842e500f8d97d17499c5 (diff) |
Merge pull request #425 from MasterKale/feat/server-esm-take-2-dnt
feat/server-esm-take-2-dnt
Diffstat (limited to 'example/README.md')
-rw-r--r-- | example/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/example/README.md b/example/README.md index 4439d78..573c275 100644 --- a/example/README.md +++ b/example/README.md @@ -1,5 +1,7 @@ # SimpleWebAuthn Example Project -A fully-functional reference implementation of **@simplewebauthn/server** and **@simplewebauthn/browser**. +A fully-functional reference implementation of **@simplewebauthn/server** and +**@simplewebauthn/browser**. -You can find an in-depth guide to the Example Project here: https://simplewebauthn.dev/docs/advanced/example-project +You can find an in-depth guide to the Example Project here: +https://simplewebauthn.dev/docs/advanced/example-project |