From f6d5ab4e2ef76713fe9bfbd2274d73e8e652416c Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sat, 1 Dec 2012 21:29:47 +0100 Subject: [PATCH] Add comments from Stephan --- README.markdown | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 22cce1e1..0cc7e81e 100644 --- a/README.markdown +++ b/README.markdown @@ -46,9 +46,11 @@ correctly the following should work: go get github.com/miekg/dns go build dns -Sample programs can be found in the `ex` directory. They can -also be build with: `go build`. - +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 +programs can be found in the `ex` directory. They can also be build +with: `go build`. + ## Supported RFCs *all of them*