Skip to content

Commit

Permalink
docs: update description in README and pyproject.toml for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Jan 10, 2025
1 parent b6d2ec9 commit b9b2625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# valorant
An Asynchronous API wrapper for [Valorant API](https://valorant-api.com) written in Python.
An API wrapper for [Valorant API](https://valorant-api.com) written in Python.

## Features
- Supports all endpoints. (includes undocumented endpoints)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "valorant.py"
description = "An Asynchronous API wrapper for Valorant API written in Python."
description = "An API wrapper for Valorant API written in Python."
readme = "README.md"
requires-python = ">=3.10"
authors = [{ name = "STACiA", email = "[email protected]" }]
Expand Down

0 comments on commit b9b2625

Please sign in to comment.