updated README.md file. Added text about online documentation.

master
Charles Iliya Krempeaux 2015-01-29 00:49:30 -08:00
parent 10e811e304
commit 66e1a305e3
1 changed files with 5 additions and 0 deletions

View File

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