Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebd7291

Browse files
author
Dominik Liebler
committed
README fix
1 parent 175c340 commit ebd7291

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The patterns can be structured in roughly three different categories. Please cli
9292

9393
## Contribute
9494

95-
Please feel free to fork and extend existing or add your own examples and send a pull request with your changes!
95+
If you encounter any bugs or missing translations, please feel free to fork and send a pull request with your changes.
9696
To establish a consistent code quality, please check your code using [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) against [PSR2 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) using `./vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor .`.
9797

9898
## License

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Please click on **the title of every pattern's page** for a full explanation of
3434
Contribute
3535
----------
3636

37-
Please feel free to fork and extend existing or add your own examples
38-
and send a pull request with your changes! To establish a consistent
39-
code quality, please check your code using
37+
If you encounter any bugs or missing translations, please feel free
38+
to fork and send a pull request with your changes.
39+
To establish a consistent code quality, please check your code using
4040
`PHP CodeSniffer`_ against `PSR2 standard`_
4141
using ``./vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor .``.
4242

0 commit comments

Comments
 (0)