From 0cb194a0fdc944343346784b9e67991925ecfbb1 Mon Sep 17 00:00:00 2001 From: Max Muoto Date: Sat, 15 Jun 2024 19:01:20 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7519f8b..6424127 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # oxr -`oxr` is a thin-wrapper over the [Open Exchange Rates API](https://openexchangerates.org/). It provides a type-safe interface to the API, allowing you to easily fetch exchange rates and convert between currencies. +`oxr` is a type-safe Python client with synchronous and asynchronous support for the [Open Exchange Rates API](https://openexchangerates.org/). Allowing you to easily fetch exchange rates and convert between currencies. ## Installation