diff --git a/main.go b/main.go
index dbf123a..1ae5d11 100644
--- a/main.go
+++ b/main.go
@@ -73,7 +73,7 @@ func main() {
// set up other http handlers
mux.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
w.Header().Set("content-type", "text/html")
- fmt.Fprintf(w, `welcome to my relay!`)
+ fmt.Fprintf(w, `Please use a nostr client!`)
})
// start the server