Skip to content

Commit 17bb7c5

Browse files
authored
Merge pull request #86 from yadaiio/Improve_documentation
Improve documentation
2 parents 52ea569 + f95e2e5 commit 17bb7c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# clue/reactphp-docker
22

3-
[![CI status](https://github.com/clue/reactphp-docker/workflows/CI/badge.svg)](https://github.com/clue/reactphp-docker/actions)
3+
[![CI status](https://github.com/clue/reactphp-docker/actions/workflows/ci.yml/badge.svg)](https://github.com/clue/reactphp-docker/actions)
44
[![installs on Packagist](https://img.shields.io/packagist/dt/clue/docker-react?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/clue/docker-react)
55

66
Async, event-driven access to the [Docker Engine API](https://docs.docker.com/develop/sdk/), built on top of [ReactPHP](https://reactphp.org/).
@@ -71,7 +71,7 @@ $client->imageSearch('clue')->then(function (array $images) {
7171
});
7272
```
7373

74-
See also the [examples](examples).
74+
See also the [examples](examples/).
7575

7676
## Usage
7777

0 commit comments

Comments
 (0)