diff --git a/README.md b/README.md index 218f936..e3e91ca 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ -# mono-openapi -Monobank client +# Mono OpenAPI + +## Overview + +This repository contains fully typed clients for Monobank APIs. + +Currently supported APIs: + +- [Acquiring API](https://api.monobank.ua/docs/acquiring.html) +- [Personal API](https://api.monobank.ua/docs/index.html) + +## Installation + +```bash +npm i mono-openapi +```