From e287df0604ce323ea8adc0ebbfae5e757156ed98 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Tue, 28 Jan 2014 10:55:31 +0000 Subject: [PATCH] typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f15c5624..769f266e 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,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 -when you call `go doc github.com/miekg/dns`. +when you call `godoc github.com/miekg/dns`). Example programs can be found in the `github.com/miekg/exdns` repository.