aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9b4d7e3..0b000d5 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,10 @@ curl localhost:3000/items
`sleepy` has not been officially released yet, as it is still in active
development.
+## Docs
+
+Documentation lives [here](http://godoc.org/github.com/dougblack/sleepy).
+
## License
`sleepy` is released under the [MIT License](http://opensource.org/licenses/MIT).
bgstack15