Add link to examples directory.

pull/57/head
Mickael Remond 5 years ago
parent ddff6527bd
commit 00e9dd4e47
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

@ -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. 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 ```go
package main package main

Loading…
Cancel
Save