Skip to content

Commit aa3c389

Browse files
committed
Update readme
1 parent d5ed40c commit aa3c389

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,37 @@
1111

1212
Via Composer
1313

14-
``` bash
14+
```bash
1515
$ composer require php-http/client-integration-tests
1616
```
1717

1818

1919
## Usage
2020

21-
This package should not be used on its own. It provides integration tests for HTTP Adapters.
21+
This package should not be used on its own. It provides integration tests for HTTP Clients.
2222

2323

2424
### Running tests for HTTP Adapters
2525

2626
Start the HTTP Test server:
2727

28-
``` bash
28+
```bash
2929
$ vendor/bin/http_test_server
3030
```
3131

3232
Install an adapter.
3333

34-
``` bash
34+
```bash
3535
$ composer require php-http/curl-client:dev-master zendframework/zend-diactoros
3636
```
3737

3838
Run the tests.
3939

40-
``` bash
40+
```bash
4141
./vendor/bin/phpunit --testsuite curl --printer "Http\Client\Tests\ResultPrinter"
4242
```
4343

44+
4445
## Contributing
4546

4647
Please see our [contributing guide](http://docs.php-http.org/en/latest/development/contributing.html).

0 commit comments

Comments
 (0)