Skip to content

Commit aa7dc54

Browse files
committed
Updating readme.
1 parent 475b4e4 commit aa7dc54

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ PHP Library Usage
4242
'host' => 'localhost', // Your CloudStack host (required)
4343
'scheme' => 'http', // http or https (defaults to http)
4444
'port' => 8080, // api port (defaults to 8080)
45-
'path_prefix' => 'client', // url prefix (defaults to 'client')
46-
'api_path' => 'api', // admin api path (defaults to 'api')
47-
'console_path' => 'console', // console api path (defaults to 'console')
45+
'api_path' => 'client/api', // admin api path (defaults to 'client/api')
46+
'console_path' => 'client/console', // console api path (defaults to 'client/console')
4847
'http_client' => null, // GuzzleHttp\ClientInterface compatible client
4948
]);
5049

0 commit comments

Comments
 (0)