From df92ed77828b3bb4b63d0ca19e6d2ec6d5f2a8d4 Mon Sep 17 00:00:00 2001 From: Kenta SUZUKI Date: Tue, 24 Mar 2015 15:56:56 +0900 Subject: [PATCH] README update: document has already moved to doc.go --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86624c62..945942d9 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ correctly, the following should work: ## Examples -A short "how to use the API" is at the beginning of dns.go (this also will show +A short "how to use the API" is at the beginning of doc.go (this also will show when you call `godoc github.com/miekg/dns`). Example programs can be found in the `github.com/miekg/exdns` repository.