diff --git a/skeleton/README.md.stub b/skeleton/README.md.stub index f1f7f51..267ddba 100644 --- a/skeleton/README.md.stub +++ b/skeleton/README.md.stub @@ -28,7 +28,7 @@ $ composer require :vendor_name/:package_name ``` php $skeleton = new League\Skeleton(); -echo $skeleton->echoPhrase('Hello, League!'); +echo $skeleton->echoPhrase('Hello, :author_name!'); ``` ## Change log @@ -58,17 +58,17 @@ If you discover any security related issues, please contact [LaraLeague](https:/ 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-version]: https://img.shields.io/packagist/v/:author_username/: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 +[ico-travis]: https://img.shields.io/travis/:author_username/:package_name/master.svg?style=flat-square +[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/:author_username/:package_name.svg?style=flat-square +[ico-code-quality]: https://img.shields.io/scrutinizer/g/:author_username/:package_name.svg?style=flat-square +[ico-downloads]: https://img.shields.io/packagist/dt/:author_username/:package_name.svg?style=flat-square + +[link-packagist]: https://packagist.org/packages/:author_username/:package_name +[link-travis]: https://travis-ci.org/:author_username/:package_name +[link-scrutinizer]: https://scrutinizer-ci.com/g/:author_username/:package_name/code-structure +[link-code-quality]: https://scrutinizer-ci.com/g/:author_username/:package_name +[link-downloads]: https://packagist.org/packages/:author_username/:package_name [link-author]: https://github.com/:author_username [link-contributors]: ../../contributors