diff --git a/README.md b/README.md index e7ac80a..a0e1575 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Install this wrapper and integrate it inside your PHP application with [Composer require __DIR__ . '/vendor/autoload.php'; use \Ovh\Api; -// Api credentials can be retreived from the urls specified in the "Supported endpoints" section below. +// Api credentials can be retrieved from the urls specified in the "Supported endpoints" section below. $ovh = new Api($applicationKey, $applicationSecret, $endpoint, @@ -71,7 +71,7 @@ $client = new Client(); $client->setDefaultOption('timeout', 1); $client->setDefaultOption('headers', ['User-Agent' => 'api_client']); -// Api credentials can be retreived from the urls specified in the "Supported endpoints" section below. +// Api credentials can be retrieved from the urls specified in the "Supported endpoints" section below. // Inject the custom HTTP client as the 5th argument of the constructor $ovh = new Api($applicationKey, $applicationSecret, @@ -94,7 +94,7 @@ See "OVHcloud API authentication" section below for more information about the a use \Ovh\Api; session_start(); -// Api credentials can be retreived from the urls specified in the "Supported endpoints" section below. +// Api credentials can be retrieved from the urls specified in the "Supported endpoints" section below. $ovh = new Api($applicationKey, $applicationSecret, $endpoint); @@ -124,7 +124,7 @@ Here is a more complex example of how to use the wrapper to enable network burst require __DIR__ . '/vendor/autoload.php'; use \Ovh\Api; -// Api credentials can be retreived from the urls specified in the "Supported endpoints" section below. +// Api credentials can be retrieved from the urls specified in the "Supported endpoints" section below. $ovh = new Api($applicationKey, $applicationSecret, $endpoint,