Skip to content

Commit b624e74

Browse files
committed
Fix shell script markdown blocks definition
1 parent 155bc21 commit b624e74

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,29 @@ Documentation can be found in [Laravel Paket Guide].
2424

2525
Pull in the package through Composer.
2626

27-
```sh
27+
```shell script
2828
$ composer require cybercog/laravel-paket --dev
2929
```
3030

3131
Run Artisan `paket:setup` command to publish Paket assets to `public/vendor/paket` directory & create `storage/paket` directory for terminal job logs.
3232

33-
```sh
33+
```shell script
3434
$ php artisan paket:setup
3535
```
3636

3737
## Upgrading
3838

3939
When upgrading Paket, you should re-publish assets to `public/vendor/paket` directory with force setup command.
4040

41-
```sh
41+
```shell script
4242
$ php artisan paket:setup --force
4343
```
4444

4545
## Quick Start
4646

4747
Run local development server.
4848

49-
```sh
49+
```shell script
5050
$ php artisan serve
5151
```
5252

0 commit comments

Comments
 (0)