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",