From ac41b7f19199da83113782fcb6b96ae8f5edfab9 Mon Sep 17 00:00:00 2001 From: chris west Date: Mon, 13 Jan 2020 23:24:30 -0800 Subject: [PATCH] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff90671..606558c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ `phd` is a small, easy-to-use gopher server. Point it at a directory and it'll serve up all its text files, -sub-directories, and binary files over gopher. Any `.gph` files will +sub-directories, and binary files over Gopher. Any `.gph` files will be served up as [gopermaps][map] and executable `.gph` files will be run as a program with their output served to the client, like the glorious cgi-bin days of yore! @@ -40,7 +40,7 @@ Alternatively, phd supports [geomyidae][gmi] syntax: This is an info line. [1|This is a link|/help|server|port] - [h|URL Link|URL:https://noogle.com + [h|URL Link|URL:https://noogle.com] `server` and `port` will get translated into the server and port of the actively running server, eg `localhost` and `7070`.