From fe7617a2c1bc9439163ffda028f317c60000faf1 Mon Sep 17 00:00:00 2001 From: STACiA <69411527+staciax@users.noreply.github.com> Date: Tue, 31 Dec 2024 09:40:17 +0700 Subject: [PATCH] docs: update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f63dc60..3b8610d 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ An Asynchronous API wrapper for [Valorant API](https://valorant-api.com) written ## Features - Fully type annotated. +- [Pydantic V2](https://docs.pydantic.dev/latest/) models. - Modern Pythonic API using `async` and `await`. - Supports Python 3.10+. -- Supports localizations. +- Supports all languages. ## Installing