Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This file contains only general introduction to library features.
The easiest way to download and use this library is via [Composer](https://getcomposer.org/).
If you are not using Composer yet, you should start **right now**!

While having Composer installed on your machine it takes only `composer require "dolejska-daniel/riot-api-league:^1"` command to get the library ready to roll!
While having Composer installed on your machine it takes only `composer require "dolejska-daniel/riot-api-league:^2"` command to get the library ready to roll!

For additional information about downloading and initial setup, please see [the wiki pages](https://github.com/dolejska-daniel/riot-api-league/wiki/Home#downloading).

Expand All @@ -72,7 +72,7 @@ Please refer to [wiki pages](https://github.com/dolejska-daniel/riot-api-league/
| [Champion](https://github.com/dolejska-daniel/riot-api-league/wiki/Resources-and-endpoints#champion-) | ![Champion resource implemented version](https://img.shields.io/badge/implemented_version-v3-brightgreen.svg) |
| [Champion Mastery](https://github.com/dolejska-daniel/riot-api-league/wiki/Resources-and-endpoints#champion-mastery-) | ![Champion Mastery resource implemented version](https://img.shields.io/badge/implemented_version-v4-brightgreen.svg) |
| Challenges | ![Challenges resource implemented version](https://img.shields.io/badge/implemented_version-v1-brightgreen.svg) |
| Clash | ![Clash resource implemented version](https://img.shields.io/badge/implemented_version-v1-brightgreen.svg) |
| Clash | ![Clash resource implemented version](https://img.shields.io/badge/implemented_version-v-brightgreen.svg) |
| [League](https://github.com/dolejska-daniel/riot-api-league/wiki/Resources-and-endpoints#league-) | ![League resource implemented version](https://img.shields.io/badge/implemented_version-v4-brightgreen.svg) |
| [League Exp](https://github.com/dolejska-daniel/riot-api-league/wiki/Resources-and-endpoints#league-exp-) | ![League Exp resource implemented version](https://img.shields.io/badge/implemented_version-v4-brightgreen.svg) |
| Masteries | ![Masteries resource implemented version](https://img.shields.io/badge/implemented_version-deprecated-gray.svg) |
Expand Down