Skip to content

Commit

Permalink
moar replaces
Browse files Browse the repository at this point in the history
  • Loading branch information
iGusev committed Jun 26, 2015
1 parent ada7280 commit 1604df4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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``` ```[email protected]``` ```: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``` ```[email protected]``` ```: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.
Expand All @@ -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
Expand Down Expand Up @@ -47,7 +47,7 @@ If you discover any security related issues, please email [email protected] instead

## Credits

- [Ilya Gusev](https://github.com/:author_username)
- [Ilya Gusev](https://github.com/iGusev)
- [All Contributors](../../contributors)

## License
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"name": "Ilya Gusev",
"email": "[email protected]",
"homepage": "php-cat.com",
"homepage": "https://php-cat.com",
"role": "Developer"
}
],
Expand Down

0 comments on commit 1604df4

Please sign in to comment.