From dc86df1fbe99a4c44cd069eb85a27c54c31c5737 Mon Sep 17 00:00:00 2001
From: Frank <123124427+Frank-Lom@users.noreply.github.com>
Date: Tue, 12 Nov 2024 10:19:18 -0600
Subject: [PATCH] Update README.md

Fixed typo on sample code
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9d389b4..fc3c382 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,7 @@ $rights = [
 ];
 
 // After allowing your application access, the customer will be redirected to this URL.
-$redirectUrl = 'https://your_application_redirect_url'
+$redirectUrl = 'https://your_application_redirect_url';
 
 $credentials = $ovh->requestCredentials($rights, $redirectUrl);