Skip to content

Commit 7ae8032

Browse files
Updated contributing documentation
1 parent ff64b3b commit 7ae8032

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We accept contributions via Pull Requests on [Github](https://github.com/aloha/l
66

77
## Pull Requests
88

9-
- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to run `composer cs`.
9+
- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to run `composer lint`.
1010

1111
- **Add tests!** - Your patch won't be accepted if it doesn't have tests. First write a failing test that describes the bug, then write a fix.
1212

@@ -21,7 +21,7 @@ We accept contributions via Pull Requests on [Github](https://github.com/aloha/l
2121
## Running Tests
2222

2323
``` bash
24-
$ composer test
24+
$ composer tests
2525
```
2626

27-
**Happy coding**!
27+
**Happy coding**!

0 commit comments

Comments
 (0)