diff --git a/README.md b/README.md
index ead994b7..cb670f21 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
# Jumble
-A beautiful nostr client focused on browsing relay feeds
+A user-friendly Nostr client focused on relay feed browsing and relay discovery
## Features
diff --git a/index.html b/index.html
index 77c42e60..8fbf7289 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
Jumble
-
+
Jumble
- A beautiful nostr client focused on browsing relay feeds
+ A user-friendly Nostr client focused on relay feed browsing and relay discovery
Made by
diff --git a/vite.config.ts b/vite.config.ts
index b9f5ea26..3e6aebe5 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -61,7 +61,8 @@ export default defineConfig({
display: 'standalone',
background_color: '#FFFFFF',
theme_color: '#FFFFFF',
- description: 'A beautiful nostr client focused on browsing relay feeds'
+ description:
+ 'A user-friendly Nostr client focused on relay feed browsing and relay discovery'
}
})
]