aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.