From 590eed1d078e54bf6f79b16e59ad5909f974e01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Wed, 26 Dec 2018 18:59:40 +0100 Subject: [PATCH] More obvious link to GoDoc --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index af0e315..8b3a6bb 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,6 @@ The goal is to make simple to write simple adhoc XMPP clients: - For writing simple chatbot to control a service or a thing. - For writing XMPP servers components. +## Usage + +Please, check GoDoc for more information: [gosrc.io/xmpp](https://godoc.org/gosrc.io/xmpp)