Skip to content

Commit

Permalink
chore: rename to live-scores.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiCO2k committed May 27, 2022
1 parent f7c12c6 commit e6303eb
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
</p>

<p align="center">
<a href="https://github.com/xiCO2k/football-live-scores-cli/actions"><img alt="GitHub Workflow Status (master)" src="https://img.shields.io/github/workflow/status/xiCO2k/football-live-scores-cli/Tests/master"></a>
<a href="https://packagist.org/packages/xiCO2k/football-live-scores-cli"><img alt="Total Downloads" src="https://img.shields.io/packagist/dt/xiCO2k/football-live-scores-cli"></a>
<a href="https://packagist.org/packages/xiCO2k/football-live-scores-cli"><img alt="Latest Version" src="https://img.shields.io/packagist/v/xiCO2k/football-live-scores-cli"></a>
<a href="https://packagist.org/packages/xiCO2k/football-live-scores-cli"><img alt="License" src="https://img.shields.io/packagist/l/xiCO2k/football-live-scores-cli"></a>
<a href="https://github.com/xiCO2k/live-scores/actions"><img alt="GitHub Workflow Status (master)" src="https://img.shields.io/github/workflow/status/xiCO2k/live-scores/Tests/master"></a>
<a href="https://packagist.org/packages/xiCO2k/live-scores"><img alt="Total Downloads" src="https://img.shields.io/packagist/dt/xiCO2k/live-scores"></a>
<a href="https://packagist.org/packages/xiCO2k/live-scores"><img alt="Latest Version" src="https://img.shields.io/packagist/v/xiCO2k/live-scores"></a>
<a href="https://packagist.org/packages/xiCO2k/live-scores"><img alt="License" src="https://img.shields.io/packagist/l/xiCO2k/live-scores"></a>
</p>

------
**Football Live Scores** is a CLI application made with [Laravel Zero](https://laravel-zero.com) that shows the current live scores of football games.
**Live Scores** is a CLI application made with [Laravel Zero](https://laravel-zero.com) that shows the current sports live scores.

## Installation

You can install this application via composer:

```bash
composer global require xico2k/football-live-scores
composer global require xico2k/live-scores
```
---

Expand All @@ -26,7 +26,7 @@ composer global require xico2k/football-live-scores
You can just execute the application on your CLI.

```bash
football-live-scores
live-scores
```
---

Expand All @@ -42,5 +42,5 @@ And a special thanks to **João Cavaco** for the logo `&&` [Caneco](https://twit

## License

Football Live Scores is an open-sourced software licensed under the **[MIT license](https://opensource.org/licenses/MIT)**.
Live Scores is an open-sourced software licensed under the **[MIT license](https://opensource.org/licenses/MIT)**.

Binary file modified art/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added builds/live-scores
Binary file not shown.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "xico2k/football-live-scores",
"description": "Football Live Scores",
"keywords": ["console", "cli", "soccer", "football", "live", "livescores"],
"homepage": "https://github.com/xiCO2k/football-live-scores",
"name": "xico2k/live-scores",
"description": "Live Scores",
"keywords": ["console", "cli", "live", "livescores"],
"homepage": "https://github.com/xiCO2k/live-scores",
"type": "project",
"license": "MIT",
"support": {
"issues": "https://github.com/xiCO2k/football-live-scores/issues",
"source": "https://github.com/xiCO2k/football-live-scores"
"issues": "https://github.com/xiCO2k/live-scores/issues",
"source": "https://github.com/xiCO2k/live-scores"
},
"authors": [
{
Expand Down Expand Up @@ -51,5 +51,5 @@
},
"minimum-stability": "dev",
"prefer-stable": true,
"bin": ["builds/football-live-scores"]
"bin": ["builds/live-scores"]
}
File renamed without changes.

0 comments on commit e6303eb

Please sign in to comment.