Update README.md

This commit is contained in:
Samuel Roach 2022-06-01 14:38:00 +01:00 committed by GitHub
parent 37f70c8449
commit bc09c3d58d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# Ergast-Py # Ergast-py
![Stars](https://img.shields.io/github/stars/Samuel-Roach/ergast-py?color=purple&style=for-the-badge) ![Size](https://img.shields.io/github/languages/code-size/Samuel-Roach/ergast-py?style=for-the-badge) ![Commits](https://img.shields.io/github/commit-activity/m/Samuel-Roach/ergast-py?color=orange&style=for-the-badge) ![Stars](https://img.shields.io/github/stars/Samuel-Roach/ergast-py?color=purple&style=for-the-badge) ![Size](https://img.shields.io/github/languages/code-size/Samuel-Roach/ergast-py?style=for-the-badge) ![Commits](https://img.shields.io/github/commit-activity/m/Samuel-Roach/ergast-py?color=orange&style=for-the-badge)
@ -14,7 +14,7 @@ Ergast-Py provides a clean, Python orientated wrapper for this API. It has been
## How to install ## How to install
Ergast-py is part of PyPi, so can be installed with the pip command: Ergast-py is a [pip package](https://pypi.org/project/ergast-py/), so can be installed with the pip command:
``` ```
pip install ergast-py pip install ergast-py
@ -146,4 +146,4 @@ More detail on the available functions within the ``Ergast()`` class is availabl
## Credits ## Credits
This library would not be possible without the freely available [Ergast](http://ergast.com/mrd/) API. For full information about the API and it's responsible use, please refer to their website. This library would not be possible without the freely available [Ergast](http://ergast.com/mrd/) API. For full information about the API and it's responsible use, please refer to their website.