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