summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTero Marttila <[email protected]>2016-06-19 22:06:25 +0300
committerTero Marttila <[email protected]>2016-06-19 22:06:25 +0300
commit89f642d6ff4feff12dba741b08c13b8dc82f8fbc (patch)
tree54b64cd8d91172319d296714526ec6f31451a92b
parentabd42f4bd16eba100d6817ecdcbc5315064a0b98 (diff)
README: fix go get path
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f1fb0b3..f5e8345 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ The DNS update requests are retried in the background (XXX: currently blocks for
## Install
- go get -v github.com/qmsk/go-nsupdate
+ go get github.com/SpComb/go-nsupdate
## Usage