diff --git a/README.md b/README.md index 4b6d96d..f9ad972 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ Supported Docker Engine Api version: `v1.24` and onwards. Anything upward of that should work since Docker versions their API. Older docker version and engine api versions are not supported at the moment. +## Documentation + +The API-documentation is available at +[Hackage](https://hackage.haskell.org/package/docker). There are also some +usage-examples in the main library source file, +[`Client.hs`](https://hackage.haskell.org/package/docker/docs/Docker-Client.html). + ## Contributing Please see [CONTRIBUTING.md](CONTRIBUTING.md).