Skip to content

Commit 3696028

Browse files
committed
Fix shell script markdown code block definition
1 parent 880a90e commit 3696028

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Due to time constraints, we are not always able to respond as quickly as we woul
2121

2222
This project comes with a configuration file for php-cs-fixer (.php_cs) that you can use to (re)format your sourcecode for compliance with this project's coding guidelines:
2323

24-
```sh
24+
```shell script
2525
$ vendor/bin/php-cs-fixer fix
2626
```
2727

2828
## PHPUnit tests
2929

3030
The phpunit script can be used to invoke the PHPUnit test runner:
3131

32-
```sh
32+
```shell script
3333
$ vendor/bin/phpunit
3434
```
3535

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Helper traits will automatically cast flag attributes to a `DateTime` / `Carbon`
9898

9999
Pull in the package through Composer.
100100

101-
```sh
101+
```shell script
102102
$ composer require cybercog/laravel-eloquent-flag
103103
```
104104

@@ -122,7 +122,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
122122

123123
Run the tests with:
124124

125-
```sh
125+
```shell script
126126
$ vendor/bin/phpunit
127127
```
128128

0 commit comments

Comments
 (0)