diff --git a/README.md b/README.md index 5f7a736..fa34344 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ moxxmpp is a XMPP library written purely in Dart for usage in Moxxy. This package contains the actual XMPP code that is platform-independent. +Documentation is available [here](https://moxxy.org/developers/docs/moxxmpp/). + ### [moxxmpp_socket_tcp](./packages/moxxmpp_socket_tcp) `moxxmpp_socket_tcp` contains the implementation of the `BaseSocketWrapper` class that diff --git a/packages/moxxmpp/README.md b/packages/moxxmpp/README.md index 7aea99e..698555f 100644 --- a/packages/moxxmpp/README.md +++ b/packages/moxxmpp/README.md @@ -9,9 +9,11 @@ Include the following as a dependency in your pubspec file: ``` moxxmpp: hosted: https://git.polynom.me/api/packages/Moxxy/pub - version: 0.1.6+1 + version: 0.2.0 ``` +You can find the documentation [here](https://moxxy.org/developers/docs/moxxmpp/). + ## License See `./LICENSE`.