From 5c6ae8e381f7917d85415ab3b5f38692baee2311 Mon Sep 17 00:00:00 2001 From: Lisa Date: Tue, 31 Mar 2026 07:44:24 +0100 Subject: [PATCH] Fix README import: use tempo.ts/server for Key Manager Updated the README to use the correct import path tempo.ts/server instead of tempo.ts. This aligns the documentation with the actual API usage in the codebase and prevents incorrect imports when integrating the Key Manager in a server/Worker environment. --- apps/key-manager/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/key-manager/README.md b/apps/key-manager/README.md index 11cb9dc31..3ed5d8ee0 100644 --- a/apps/key-manager/README.md +++ b/apps/key-manager/README.md @@ -1,6 +1,6 @@ # Key Manager -WebAuthn key management service using `Handler.keyManager` from `tempo.ts`. +WebAuthn key management service using `Handler.keyManager` from `tempo.ts/server`. ## Endpoints