Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit a8f0e15

Browse files
committed
Update readme
1 parent 0920dd9 commit a8f0e15

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

.editorconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
root = true
22

33
[*]
4-
end_of_line = lf
54
charset = utf-8
6-
trim_trailing_whitespace = true
7-
insert_final_newline = true
8-
indent_style = space
5+
end_of_line = lf
96
indent_size = 4
7+
indent_style = space
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Guzzle 5 Adapter
1+
# Guzzle 5 HTTP Adapter
22

33
[![Latest Version](https://img.shields.io/github/release/php-http/guzzle5-adapter.svg?style=flat-square)](https://github.com/php-http/guzzle5-adapter/releases)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
@@ -21,11 +21,19 @@ $ composer require php-http/guzzle5-adapter
2121

2222
## Documentation
2323

24-
Please see the [official documentation](http://php-http.readthedocs.org/en/latest/).
24+
Please see the [official documentation](http://docs.php-http.org).
2525

2626

2727
## Testing
2828

29+
First launch the http server:
30+
31+
```bash
32+
$ ./vendor/bin/http_test_server > /dev/null 2>&1 &
33+
```
34+
35+
Then the test suite:
36+
2937
``` bash
3038
$ composer test
3139
```
@@ -38,8 +46,7 @@ Please see our [contributing guide](http://docs.php-http.org/en/latest/developme
3846

3947
## Security
4048

41-
If you discover any security related issues, please contact us at [[email protected]](mailto:[email protected])
42-
49+
If you discover any security related issues, please contact us at [[email protected]](mailto:[email protected]).
4350

4451

4552
## License

0 commit comments

Comments
 (0)