From 1092359589e1a336859f72599dfec7d3ca5be410 Mon Sep 17 00:00:00 2001 From: Cody Date: Wed, 20 May 2026 21:45:58 -0400 Subject: [PATCH] docs(readme): clarify webapp screenshot section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 086082b..a23bf49 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,6 @@ bookmarks-core | +--> --webapp starts Axum webapp | +--> --app starts Tauri desktop app | - +--> dkdc-bookmarks Python package - | +--> bookmarks-webapp | (Axum UI/routes on localhost:1414) | @@ -39,6 +37,8 @@ bookmarks-core +--> bookmark URLs open in the OS/browser ``` +Screenshot of the web/desktop app: + ![Bookmarks web and desktop application](https://raw.githubusercontent.com/dkdc-io/bookmarks/main/assets/bookmarks-webapp.png) _Web & desktop application._