From 616c9067ded3723e311ad04589eab8d8b78ddae9 Mon Sep 17 00:00:00 2001 From: Joris van de Sande Date: Sat, 21 Nov 2015 16:00:12 +0100 Subject: [PATCH] Fixed documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b417bd2..b1be124 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ $apiClient->get('/api/self'); $apiClient->post('/api/s/default/cmd/stamgr', ['cmd' => 'block-sta', 'mac' => '01:01:01:01:01:01']); // logout -$apiClient->login('your_username', 'your_password'); +$apiClient->logout(); ``` Examples can be found in the [examples](examples) directory. To run the examples, you must