From a5bbe79c4be8bec1a721e1b6f3a3e33a032dc19e Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 16 Jul 2025 08:59:23 -0700 Subject: [PATCH] readme: fix link Signed-off-by: William Casarin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a1d2c8..c8f6dda 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Notedeck is currently in **ALPHA** status. For the latest changes, see the [CHAN ## Future -Notedeck allows for app development built on top of the performant, built specifically for nostr database [nostrdb][nostrdb]. An example app written on notedeck is [Dave][./crates/notedeck_dave] +Notedeck allows for app development built on top of the performant, built specifically for nostr database [nostrdb][nostrdb]. An example app written on notedeck is [Dave](./crates/notedeck_dave) Building on notedeck dev documentation is also on the roadmap.