diff --git a/app/Commands/Standalone/stubs/Readme.stub b/app/Commands/Standalone/stubs/Readme.stub index 6970841..7d862e8 100644 --- a/app/Commands/Standalone/stubs/Readme.stub +++ b/app/Commands/Standalone/stubs/Readme.stub @@ -4,24 +4,38 @@ [![Travis](https://img.shields.io/travis/KebabDummyVendor/KebabDummyPakageName.svg?style=flat-square)]() [![Total Downloads](https://img.shields.io/packagist/dt/KebabDummyVendor/KebabDummyPakageName.svg?style=flat-square)](https://packagist.org/packages/KebabDummyVendor/KebabDummyPakageName) + ## Install -`composer require KebabDummyVendor/KebabDummyPakageName` + +```bash +composer require KebabDummyVendor/KebabDummyPakageName +``` + ## Usage + Write a few lines about the usage of this package. + ## Testing + Run the tests with: -``` bash +```bash vendor/bin/phpunit ``` + ## Contributing + Please see [CONTRIBUTING](CONTRIBUTING.md) for details. + ## Security + If you discover any security-related issues, please email DummyAuthorEmail instead of using the issue tracker. + ## License + The MIT License (MIT). Please see [License File](/LICENSE.md) for more information. \ No newline at end of file