From f99c8ac42c41e14e28aa5d13a41d71d55ee03d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Cass=C3=A9?= Date: Fri, 23 Jan 2015 10:56:26 +0100 Subject: [PATCH] Improve example Improve example by replacing "/me/*" by /me* to help new users to get account data with this example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d94dc45..41793ff 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ $redirection = "http://your_url.ovh"; $endpoint = 'ovh-eu'; $rights = array( (object) [ 'method' => 'GET', - 'path' => '/me/*' + 'path' => '/me*' ]); // Get credentials