From 1281840c23d8584d285dfdfcc80cb88c6d891e88 Mon Sep 17 00:00:00 2001 From: David Arroyo Date: Sun, 21 Jul 2013 10:34:47 -0400 Subject: [PATCH] Rename README.md to README --- README.md => README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename README.md => README (92%) diff --git a/README.md b/README similarity index 92% rename from README.md rename to README index 6b6ad37..c5882cc 100644 --- a/README.md +++ b/README @@ -6,6 +6,9 @@ network database format, seen here: http://plan9.bell-labs.com/magic/man2html/6/ndb The format is the same, except that values may be quoted with single -quotes to contain white space. The package can be installed with `go get`. +quotes to contain white space. The package can be installed with + + `go get go.aqwari.us/encoding/ndb` + Once installed, documentation can be viewed with the godoc tool.