From a31508ca5136bda918a2eb5ac2811afff58edefe Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Mon, 23 Sep 2019 10:26:09 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e867c2..76f0ab8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Jetforce An experimental TCP server for the new, under development Gemini Protocol. -Learn more [here](https://gopher.commons.host/gopher://zaibatsu.circumlunar.space/1/~solderpunk/gemini). +Learn more about Gemini [here](https://gopher.commons.host/gopher://zaibatsu.circumlunar.space/1/~solderpunk/gemini). ![Rocket Launch](resources/rocket.jpg) From 7fa3f1db6351c771e47efd92abaa6fcc86545648 Mon Sep 17 00:00:00 2001 From: "Bradley D. Thornton" Date: Fri, 18 Oct 2019 15:35:42 -0700 Subject: [PATCH 2/2] 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".