From a811e314c012a265f9477aa9724342c3acac7d98 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 17 Oct 2012 09:06:49 +0200 Subject: [PATCH] small tweaks to the readme --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index d950bd4f..d9192e1f 100644 --- a/README.markdown +++ b/README.markdown @@ -48,7 +48,7 @@ correctly the following should work: go build dns Sample programs can be found in the `ex` directory. They can -be build with: `make -C ex`, or also with the `go` tool. +also be build with: `go build`. ## Supported RFCs @@ -87,7 +87,7 @@ be build with: `make -C ex`, or also with the `go` tool. * 5936 - AXFR * 6605 - ECDSA * xxxx - URI record (draft) -* xxxx - Dns Update Lease (draft) +* xxxx - EDNS0 DNS Update Lease (draft) ## Loosely based upon