Skip to content

Commit 27f48e9

Browse files
Update README.md
1 parent fc9e40f commit 27f48e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Async HTTP Client for PHP
22

33
[![Packagist Version](https://img.shields.io/packagist/v/codewithsushil/async-http-client.svg)](https://packagist.org/packages/codewithsushil/async-http-client)
4-
[![CI](https://github.com/codewithsushil/async-http-client/actions/workflows/ci.yml/badge.svg)](https://github.com/codewithsushil/async-http-client/actions)
4+
[![Tests](https://github.com/CodeWithSushil/async-http/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/CodeWithSushil/async-http/actions/workflows/tests.yml)
55

66
A fully async, non-blocking HTTP client built using `stream_socket_client` and `stream_select`. No cURL. No Guzzle.
77

@@ -52,4 +52,4 @@ foreach ($urls as $url) {
5252
}
5353

5454
$multi->run();
55-
```
55+
```

0 commit comments

Comments
 (0)