From 1f6dcfb74de6fdf5e11cc7f7efd2adf9ba140cca Mon Sep 17 00:00:00 2001 From: Hassan Khan Date: Fri, 20 Feb 2015 21:36:34 +0000 Subject: [PATCH 1/2] Moved all links to the bottom of README.md --- README.md | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4593cc4..1865fd7 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # :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) -[![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) +[![Latest version][ico-version]][link-packagist] +[![Software License][ico-license]](LICENSE.md) +[![Build Status][ico-travis]][link-travis] +[![Coverage Status][ico-scrutinizer]][link-scrutinizer] +[![Quality Score][ico-code-quality]][link-code-quality] +[![Total Downloads][ico-downloads]][link-downloads] **Note:** Replace ```:author_name``` ```:author_username``` ```:author_website``` ```:author_email``` ```: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. @@ -47,9 +47,24 @@ If you discover any security related issues, please email :author_email instead ## Credits -- [:author_name](https://github.com/:author_username) -- [All Contributors](../../contributors) +- [:author_name][link-author] +- [All Contributors][link-contributors] ## License The MIT License (MIT). Please see [License File](LICENSE.md) for more information. + +[ico-version]: https://img.shields.io/packagist/v/league/:package_name.svg?style=flat-square +[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square +[ico-travis]: https://img.shields.io/travis/thephpleague/:package_name/master.svg?style=flat-square +[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/thephpleague/:package_name.svg?style=flat-square +[ico-code-quality]: https://img.shields.io/scrutinizer/g/thephpleague/:package_name.svg?style=flat-square +[ico-downloads]: https://img.shields.io/packagist/dt/league/:package_name.svg?style=flat-square + +[link-packagist]: https://packagist.org/packages/league/:package_name +[link-travis]: https://travis-ci.org/thephpleague/:package_name +[link-scrutinizer]: https://scrutinizer-ci.com/g/thephpleague/:package_name/code-structure +[link-code-quality]: https://scrutinizer-ci.com/g/thephpleague/:package_name +[link-downloads]: https://packagist.org/packages/league/:package_name +[link-author]: https://github.com/:author_username +[link-contributors]: ../../contributors From 25f5a7599276e011b9b0bb6d7f8998c8ee49eade Mon Sep 17 00:00:00 2001 From: Hassan Khan Date: Wed, 24 Jun 2015 09:24:44 +0100 Subject: [PATCH 2/2] Forgot to update image alt text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1865fd7..c5427cf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # :package_name -[![Latest version][ico-version]][link-packagist] +[![Latest Version on Packagist][ico-version]][link-packagist] [![Software License][ico-license]](LICENSE.md) [![Build Status][ico-travis]][link-travis] [![Coverage Status][ico-scrutinizer]][link-scrutinizer]