Add link to online API docs

This commit is contained in:
Mike Bierlee 2016-12-23 01:32:38 +01:00 committed by GitHub
parent a7b4549799
commit 01de724f9f

View file

@ -65,7 +65,9 @@ Dependency set-up can further be reduced by enabling "Register on resolve". For
Documentation
-------------
You can generate Public API documentation from the source code using DUB:
You can find the public API documentation [here](http://docs.lostmoment.com/poodinis/).
Alternatively you can generate documentation from the source code using DUB:
```
dub build --build=ddox
```