From 7fa3f1db6351c771e47efd92abaa6fcc86545648 Mon Sep 17 00:00:00 2001 From: "Bradley D. Thornton" Date: Fri, 18 Oct 2019 15:35:42 -0700 Subject: [PATCH] Update README.md Fixed syntactical error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76f0ab8..757ef5d 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ optional arguments: The server's hostname should be set to the *DNS* name that you expect to receive traffic from. For example, if your jetforce server is running on -"gemini://cats.com", you should set the hostname to "cat.com". Any URLs +"gemini://cats.com", you should set the hostname to "cats.com". Any URLs that do not match this hostname will be refused by the server, including URLs that use a direct IP address such as "gemini://174.138.124.169".