From becfcb4d894553543d3a282b20460c3dd1c62521 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Mon, 7 Oct 2013 13:02:55 -0700 Subject: [PATCH] Fix "go build" path typo. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 47de7ed9..ac934e73 100644 --- a/README.markdown +++ b/README.markdown @@ -57,7 +57,7 @@ Building is done with the `go` tool. If you have setup your GOPATH correctly, the following should work: go get github.com/miekg/dns - go build github/com/miekg/dns + go build github.com/miekg/dns A short "how to use the API" is at the beginning of dns.go (this also will show when you call `go doc github.com/miekg/dns`. Sample