diff --git a/README.md b/README.md index 17d2748e6..f1e2fa158 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![image](https://img.shields.io/github/license/TeskaLabs/asab)](https://github.com/TeskaLabs/asab/blob/master/LICENSE) [![image](https://readthedocs.org/projects/asab/badge/?version=latest)](https://asab.readthedocs.io/en/latest/?badge=latest) -Read the documentation on [Readthedocs](http://asab.readthedocs.io/) +Read the documentation on [Readthedocs](http://asab.readthedocs.io/). **Asynchronous Server App Boilerplate** (or ASAB for short) is an open-source microservice platform for Python 3.7+ and [asyncio](https://docs.python.org/3/library/asyncio.html). @@ -76,7 +76,7 @@ if __name__ == '__main__': ## Highlights - Unified approach to **Configuration**. -- **Logging** using reasonably configured Python `logging` module. +- **Logging** using reasonably configured Python [logging](https://docs.python.org/3/library/logging.html) module. - Build-in and custom **Metrics** with feeds into InfluxDB and Prometheus. - **Alerting** with integration to PagerDuty and OpsGenie. - **HTTP Server** powered by [aiohttp](https://docs.aiohttp.org/en/stable/) library.