diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e64644ff..c3811895 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Contributions are **welcome** and will be fully **credited**. -We accept contributions via Pull Requests on [Github](https://github.com/thephpleague/:package_name). +We accept contributions via Pull Requests on [Github](https://github.com/tgbot/api). ## Pull Requests diff --git a/README.md b/README.md index 0d547352..300203c3 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # :package_name -[![Latest Version on Packagist](https://img.shields.io/packagist/v/league/:package_name.svg?style=flat-square)](https://packagist.org/packages/league/:package_name) +[![Latest Version on Packagist](https://img.shields.io/packagist/v/tgbot/api.svg?style=flat-square)](https://packagist.org/packages/tgbot/api) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) -[![Build Status](https://img.shields.io/travis/thephpleague/:package_name/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/:package_name) -[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/:package_name.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/:package_name/code-structure) -[![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/:package_name.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/:package_name) -[![Total Downloads](https://img.shields.io/packagist/dt/league/:package_name.svg?style=flat-square)](https://packagist.org/packages/league/:package_name) +[![Build Status](https://img.shields.io/travis/tgbot/api/master.svg?style=flat-square)](https://travis-ci.org/tgbot/api) +[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/tgbot/api.svg?style=flat-square)](https://scrutinizer-ci.com/g/tgbot/api/code-structure) +[![Quality Score](https://img.shields.io/scrutinizer/g/tgbot/api.svg?style=flat-square)](https://scrutinizer-ci.com/g/tgbot/api) +[![Total Downloads](https://img.shields.io/packagist/dt/tgbot/api.svg?style=flat-square)](https://packagist.org/packages/tgbot/api) -**Note:** Replace ```Ilya Gusev``` ```:author_username``` ```php-cat.com``` ```mail@igusev.ru``` ```:package_name``` ```:package_description``` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line. +**Note:** Replace ```Ilya Gusev``` ```iGusev``` ```php-cat.com``` ```mail@igusev.ru``` ```:package_name``` ```:package_description``` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line. This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors. @@ -17,7 +17,7 @@ PSRs you support to avoid any confusion with users and contributors. Via Composer ``` bash -$ composer require league/:package_name +$ composer require tgbot/api ``` ## Usage @@ -47,7 +47,7 @@ If you discover any security related issues, please email mail@igusev.ru instead ## Credits -- [Ilya Gusev](https://github.com/:author_username) +- [Ilya Gusev](https://github.com/iGusev) - [All Contributors](../../contributors) ## License diff --git a/composer.json b/composer.json index 55dc9fae..bb93eea0 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ { "name": "Ilya Gusev", "email": "mail@igusev.ru", - "homepage": "php-cat.com", + "homepage": "https://php-cat.com", "role": "Developer" } ],