diff --git a/README.md b/README.md index 68c2b03..8e9e117 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,14 @@ and room to grow these explorations into full-blown decoders. Get going ========= -Documentation sucks, sorry. -Start with `examples/simple` and build it up into whatever you want. +Package documentation at +https://godoc.org/github.com/dirtbags/netshovel + +We recommend you +copy `examples/simple/simple.go`, +change the `Simple` structs into your own protocol, +and build it up into whatever you want. + The Future