From e83976e5e018052344b46fbd6c6c44059d25fe0c Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 3 Oct 2025 14:58:28 +0200 Subject: [PATCH] feat: rename app from Markr to Boris - Update package.json name field - Update README.md title and references - Update HTML page title --- README.md | 4 ++-- index.html | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf2c5665..0ea0a60a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Markr +# Boris A minimal nostr client for bookmark management, built with [applesauce](https://github.com/hzrd149/applesauce). @@ -27,7 +27,7 @@ A minimal nostr client for bookmark management, built with [applesauce](https:// 1. Clone the repository: ```bash git clone -cd markr +cd boris ``` 2. Install dependencies: diff --git a/index.html b/index.html index 3c59865d..ce5e5dc9 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Markr - Nostr Bookmarks + Boris - Nostr Bookmarks
diff --git a/package.json b/package.json index 0ab825a1..c91ae057 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "markr", + "name": "boris", "version": "0.1.3", "description": "A minimal nostr client for bookmark management", "type": "module",