small tweaks to the readme

This commit is contained in:
Miek Gieben 2012-10-17 09:06:49 +02:00
parent 1cca340f0b
commit a811e314c0
1 changed files with 2 additions and 2 deletions

View File

@ -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