From bc09c3d58d608e190f36f0ee689e048e1b289e4b Mon Sep 17 00:00:00 2001 From: Samuel Roach <44307075+Samuel-Roach@users.noreply.github.com> Date: Wed, 1 Jun 2022 14:38:00 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce436ee..fc792db 100644 --- a/README.md +++ b/README.md @@ -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) @@ -14,7 +14,7 @@ Ergast-Py provides a clean, Python orientated wrapper for this API. It has been ## 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 @@ -146,4 +146,4 @@ More detail on the available functions within the ``Ergast()`` class is availabl ## 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. \ No newline at end of file +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.