summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Holt <[email protected]>2016-08-23 15:47:23 -0600
committerMatthew Holt <[email protected]>2016-08-23 15:47:23 -0600
commit151d0baa9420feda02d8f82ee2a355885a62333e (patch)
treeb76f410ff29fbdcec21ad79f53dc6fd807fb31fe /README.md
parent9d947713ffe64aea1f35f1a4e2b80cdc9e21add1 (diff)
downloadcaddy-151d0baa9420feda02d8f82ee2a355885a62333e.tar.gz
caddy-151d0baa9420feda02d8f82ee2a355885a62333e.zip
Minor text fixes ;)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c5d41cfb..38e432d76 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@ Note: You will need **[Go 1.6](https://golang.org/dl/)** or newer.
1. `go get github.com/mholt/caddy/caddy`
2. `cd` into your website's directory
-3. Run `caddy` (assumes `$GOPATH/bin` is in your `$PATH`)
+3. Run `caddy` (assuming `$GOPATH/bin` is in your `$PATH`)
Caddy's `main()` is in the caddy subfolder. To recompile Caddy, use
`build.bash` found in that folder.