Skip to content

Commit

Permalink
Merge pull request #2 from ivuorinen/patch-1
Browse files Browse the repository at this point in the history
Update README.md.stub
  • Loading branch information
uyab authored Dec 6, 2018
2 parents 08c8f0e + f6210f2 commit bde1d73
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions skeleton/README.md.stub
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit bde1d73

Please sign in to comment.