From 0d5cb2ceeee02b808be436f48f8232d338f2ea22 Mon Sep 17 00:00:00 2001 From: Carl Johnson Date: Sun, 11 Dec 2016 18:45:05 -0500 Subject: [PATCH] README: Fix usage --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 326ecf5..0aa6538 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ GOBIN=$(pwd) GOPATH=$(mktemp -d) go get github.com/carlmjohnson/heffalump ``` ## Usage +``` Usage of heffalump: heffalump [opts] @@ -25,3 +26,4 @@ heffalump [opts] Address to serve (default "127.0.0.1:8080") -path string Path to serve from. Path ending in / serves sub-paths. (default "/") +```