Skip to content

Commit

Permalink
Renamed default branch master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
nkl-kst committed Jul 16, 2024
1 parent 6e0944a commit 3fe0125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![Build](https://github.com/nkl-kst/the-sports-db/workflows/Build/badge.svg)](https://github.com/nkl-kst/the-sports-db/actions)
[![Packagist Version](https://img.shields.io/packagist/v/nkl-kst/the-sports-db)](https://packagist.org/packages/nkl-kst/the-sports-db)
[![Coverage Status](https://coveralls.io/repos/github/nkl-kst/the-sports-db/badge.svg?branch=master)](https://coveralls.io/github/nkl-kst/the-sports-db?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/nkl-kst/the-sports-db/badge.svg?branch=main)](https://coveralls.io/github/nkl-kst/the-sports-db?branch=main)
[![PHPStan Level](https://img.shields.io/badge/PHPStan-level%209-brightgreen.svg?style=flat)](https://github.com/nkl-kst/the-sports-db/actions)
[![GitHub](https://img.shields.io/github/license/nkl-kst/the-sports-db)](https://github.com/nkl-kst/the-sports-db/blob/master/LICENSE.md)
[![GitHub](https://img.shields.io/github/license/nkl-kst/the-sports-db)](https://github.com/nkl-kst/the-sports-db/blob/main/LICENSE.md)

An easy-to-use PHP library to get data from https://www.thesportsdb.com.

Expand Down Expand Up @@ -55,7 +55,7 @@ $events = $client->schedule()->teamNext(133602);
echo $events[0]->strEvent;
```

See [integration tests](https://github.com/nkl-kst/the-sports-db/tree/master/test/integration) for examples of all
See [integration tests](https://github.com/nkl-kst/the-sports-db/tree/main/test/integration) for examples of all
[documented API calls](https://www.thesportsdb.com/api.php).

### Use your API key
Expand Down

0 comments on commit 3fe0125

Please sign in to comment.