From 00e9dd4e472f6f5a9b49176e5e519609ef6bfe5e Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Tue, 18 Jun 2019 15:01:21 +0200 Subject: [PATCH] Add link to examples directory. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba5d951..62346e9 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,12 @@ The goal is to make simple to write simple XMPP clients and components: The library is designed to have minimal dependencies. For now, the library does not depend on any other library. -## Example +## Examples -Here is a demo "echo" client: +We have several [examples](https://github.com/FluuxIO/go-xmpp/tree/master/_examples) to help you get started using +Fluux XMPP library. + +Here is the demo "echo" client: ```go package main