diff --git a/README.md b/README.md index fcecce4..5286f86 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,13 @@ With this opinionated library you can build normalized auto-format commands for custom languages, that can be integrated with editors as well as `dune fmt`. + +## Code documentation + +The code documentation of the latest release is built with `odoc` and published +to `GitHub` pages [here](https://mbarbin.github.io/auto-format). + +## Examples & tests + +As of yet, there are no examples or tests in this repository. However, this +library is extensively used and tested in the [bopkit](https://github.com/mbarbin/bopkit) project.