diff options
-rw-r--r-- | packages/browser/README.md | 2 | ||||
-rw-r--r-- | packages/server/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/browser/README.md b/packages/browser/README.md index 8af1f66..b1da211 100644 --- a/packages/browser/README.md +++ b/packages/browser/README.md @@ -34,4 +34,4 @@ The library's methods will be available on the global `WebAuthntineBrowser` obje ## Usage - Coming Soon -Check out [src/index.ts](./src/index.ts) for now until this section gets updated. +Check out [the example](../../example/public/) for now until this section gets updated. diff --git a/packages/server/README.md b/packages/server/README.md index b523f43..4610926 100644 --- a/packages/server/README.md +++ b/packages/server/README.md @@ -28,7 +28,7 @@ const WebAuthntineServer = require('@webauthntine/server'); ## Usage - Coming Soon -Check out [src/index.ts](./src/index.ts) for now until this section gets updated. +Check out [the example](../../example/index.js) for now until this section gets updated. ## Supported Attestation Formats |