diff --git a/README.md b/README.md index 1ccd453..46fe2dc 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # PHP Weather Provider for Bright Sky -![Packagist Version](https://img.shields.io/packagist/v/php-weather/brightsky) +![Packagist Version](https://img.shields.io/packagist/v/php-weather/brightsky) ![GitHub Release Date](https://img.shields.io/github/release-date/php-weather/brightsky) ![GitHub commits since tagged version](https://img.shields.io/github/commits-since/php-weather/brightsky/0.1.0) +![GitHub last commit](https://img.shields.io/github/last-commit/php-weather/brightsky) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/php-weather/brightsky/PHP%20Composer) ![GitHub](https://img.shields.io/github/license/php-weather/brightsky) ![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/php-weather/brightsky) diff --git a/composer.json b/composer.json index d2064f5..47ac768 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,7 @@ "description": "Brightsky provider", "homepage": "https://github.com/php-weather", "license": "MIT", + "keywords": ["weather", "bright sky"], "authors": [ { "name": "Dominik Schwind",