From a33f5a31f1a2123b11c6557e8b47758ab03a1dbf Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Wed, 30 Aug 2017 19:04:53 +0900 Subject: [PATCH] Fix app name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce1ec27..5f6a960 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ cloud-dyndns-client requires **Go 1.8**. go get github.com/IanLewis/cloud-dyndns-client/cmd/cloud-dyndns-client ``` -This will download the code, compile it, and leave an `embedmd` binary +This will download the code, compile it, and leave an `cloud-dyndns-client` binary in `$GOPATH/bin`. ## Usage