From c4d89f07af869d4f234373b39e5e9f20fd896f78 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Tue, 8 Oct 2024 18:09:45 +0530 Subject: [PATCH] [web] Update doc to remove confusing pk annotation --- web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index f9243b12ca..ca1a76228d 100644 --- a/web/README.md +++ b/web/README.md @@ -61,7 +61,7 @@ These are the public facing apps. There are other part of the code which are accessed as features within the main apps, but in terms of code are independently maintained and deployed: -- `apps/accounts`: Passkey support (Coming soon) +- `apps/accounts`: Passkey support. - `apps/cast`: Browser and Chromecast casting support. - `apps/payments`: Handle subscription payments.