diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-03-16 02:26:07 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-03-16 02:26:07 +0300 |
commit | 5272c5f541a75b2a7824df4264ad7e69c6e346fa (patch) | |
tree | 89313274501671c030e3a970d5e97d005a84a5bb | |
parent | a3bb10feaea28fd54866dc9c4311a247a84a202c (diff) |
minor change in a readme
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,8 @@ composer require ch1p/jobd-client ## Usage -The API is compact and simple, just read `WorkerClient.php` and `MasterClient.php`. +The API is compact and simple, just read [`WorkerClient.php`](src/WorkerClient.php), +[`MasterClient.php`](src/MasterClient.php) and [`Client.php`](src/Client.php). Here's a small example. |