Skip to content

Commit c252f16

Browse files
committed
Update README.md
1 parent 4c3b8fe commit c252f16

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A PHP SDK for interacting with [Litebase](https://github.com/litebase/litebase),
88

99
You can install the package via composer:
1010

11-
```bash
11+
```sh
1212
composer require litebase/litebase-php
1313
```
1414

@@ -58,14 +58,14 @@ Please see [CONTRIBUTING](https://github.com/litebase/litebase-php?tab=contribut
5858

5959
You can run the tests:
6060

61-
``` bash
61+
``` sh
6262
composer test
6363
```
6464

6565
*Integration tests require a running Litebase Server. When running integration tests, a server will be automatically started using Docker.*
6666
You can run the tests with:
6767

68-
``` bash
68+
``` sh
6969
composer test-integration
7070
```
7171

0 commit comments

Comments
 (0)