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)