aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-03-16 02:26:07 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-03-16 02:26:07 +0300
commit5272c5f541a75b2a7824df4264ad7e69c6e346fa (patch)
tree89313274501671c030e3a970d5e97d005a84a5bb
parenta3bb10feaea28fd54866dc9c4311a247a84a202c (diff)
minor change in a readme
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd01fd1..97d8d02 100644
--- a/README.md
+++ b/README.md
@@ -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.