diff --git a/README.md b/README.md index 06fe0ac..947b99e 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,12 @@ For example: $ cat echo.gph #!/bin/sh - echo "iHi, world!" + echo "Hi, world! You said:" $1 Then: - $ gopher-client gopher://localhost/1/echo/ - Hi, world! + $ gopher-client gopher://localhost/1/echo?something + Hi, world! You said: something ## usage