Skip to content

Commit aa01657

Browse files
committed
Fix shell script markdown code block definition
1 parent 722226c commit aa01657

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ PHP Weblog Contracts provides set of interfaces for the Framework Interoperable
4141

4242
First, pull in the package through Composer.
4343

44-
```sh
44+
```shell script
4545
$ composer require cybercog/php-contracts-weblog
4646
```
4747

0 commit comments

Comments
 (0)