From 59de476c106316c09106aee0ec7b92e30162107b Mon Sep 17 00:00:00 2001 From: Shinoa Fores Date: Mon, 22 Jul 2024 18:45:28 -0500 Subject: [PATCH] Trivial filename fix in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e57bc94..45dc048 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ BACKEND_HOST = 'localhost:3338' To start the exit node, use this command: ``` -go run cmd/exit/main.go +go run cmd/exit/exit.go ``` If your backend services support TLS, your service can now start using TLS encryption through a publicly available entry node. @@ -82,7 +82,7 @@ If your backend services support TLS, your service can now start using TLS encry To run an entry node for accessing NWS services behind exit nodes, use the following command: ``` -go run cmd/proxy/main.go +go run cmd/proxy/proxy.go ``` #### Entry node Configuration @@ -94,4 +94,4 @@ For `.env` file configurations, do so in the current working directory with the NOSTR_RELAYS = 'ws://localhost:6666;wss://relay.damus.io' ``` -Here, NOSTR_RELAYS is a list of nostr relays to publish events to and will only be used if there was no nprofile in the request. \ No newline at end of file +Here, NOSTR_RELAYS is a list of nostr relays to publish events to and will only be used if there was no nprofile in the request.