diff --git a/README.md b/README.md index 0753f67..e412f2a 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# League Skeleton +# :package_name -[![Latest Version](https://img.shields.io/github/release/thephpleague/skeleton.svg?style=flat-square)](https://github.com/thephpleague/skeleton/releases) +[![Latest Version](https://img.shields.io/github/release/thephpleague/:package_name.svg?style=flat-square)](https://github.com/thephpleague/:package_name/releases) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) -[![Build Status](https://img.shields.io/travis/thephpleague/skeleton/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/skeleton) -[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/skeleton.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/skeleton/code-structure) -[![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/skeleton.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/skeleton) -[![Total Downloads](https://img.shields.io/packagist/dt/league/skeleton.svg?style=flat-square)](https://packagist.org/packages/league/skeleton) +[![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) -**Note:** Replace `skeleton` with the correct package name in the above URLs, then delete this line. +**Note:** Replace ```:author_name``` ```:author_username``` ```:author_website``` ```:author_email``` ```:author_website``` ```:package_name``` ```:package_description``` with theirs 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/skeleton +$ composer require league/:package_name ``` ## Usage diff --git a/composer.json b/composer.json index c2a07e1..b1054f1 100644 --- a/composer.json +++ b/composer.json @@ -3,15 +3,15 @@ "description": ":package_description", "keywords": [ "league", - "package" + ":package_name" ], - "homepage": "https://github.com/php-loep/:package_name", + "homepage": "https://github.com/thephpleague/:package_name", "license": "MIT", "authors": [ { "name": ":author_name", - "email": "author_email@example.com", - "homepage": "http://author-website.example.com", + "email": ":author_email", + "homepage": ":author_website", "role": "Developer" } ],