From d9b33667c97b0b8faf6d05f5842b829cda9913f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ola=20Holmstr=C3=B6m?= Date: Wed, 13 May 2015 23:49:58 +0200 Subject: [PATCH] link to api --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d303d74..b85b474 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ go get github.com/olahol/melody ``` -## Example +## [Example](https://github.com/olahol/melody/tree/master/examples) [Simple broadcasting chat server](https://github.com/olahol/melody/tree/master/examples/chat), error handling left as en exercise for the developer. @@ -46,3 +46,6 @@ func main() { ``` [![Chat demo](https://cdn.rawgit.com/olahol/melody/master/examples/chat/demo.gif "Demo")](https://github.com/olahol/melody/tree/master/examples/chat) + + +## [Api](https://godoc.org/github.com/olahol/melody)