From 66e1a305e31dbf835f73d0ca737c92b26af236be Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 29 Jan 2015 00:49:30 -0800 Subject: [PATCH] updated README.md file. Added text about online documentation. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5fcdabb..a2e1353 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,8 @@ bl := arb.Bool() // Generate an arbitrary string. s := arb.String() ``` +## Documention + +Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-arbitrary + +[![GoDoc](https://godoc.org/github.com/reiver/go-arbitrary?status.svg)](https://godoc.org/github.com/reiver/go-arbitrary)