From d78cbd3718e86a9f6e441c527b17c49768859c90 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Fri, 26 May 2023 17:56:21 +0200 Subject: [PATCH] Remove incorrect space before two dots in `README.md` Signed-off-by: Benjamin Loison --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0e1575..32c309d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Compatible with PHP 7.4, 8.0, 8.1, 8.2. ## Installation -Install this wrapper and integrate it inside your PHP application with [Composer](https://getcomposer.org) : +Install this wrapper and integrate it inside your PHP application with [Composer](https://getcomposer.org): composer require ovh/ovh @@ -115,7 +115,7 @@ header('location: '. $credentials['validationUrl']); // After successful redirect, the consumerKey in the session will be activated and you will be able to use it to make API requests like in the "Basic usage" section above. ``` -### Code sample : Enable network burst on GRA1 dedicated servers +### Code sample: Enable network burst on GRA1 dedicated servers Here is a more complex example of how to use the wrapper to enable network burst on GRA1 dedicated servers. @@ -151,7 +151,7 @@ Do you want to use OVH APIs? Maybe the script you want is already written in the ## OVHcloud API authentication -To use the OVHcloud APIs you need three credentials : +To use the OVHcloud APIs you need three credentials: * An application key * An application secret