From 775de23562a6557e25da4209b6d50baa555b306a Mon Sep 17 00:00:00 2001 From: Olivier Debauche Date: Mon, 28 Mar 2016 09:32:08 +0200 Subject: [PATCH] Update api_attach_domain_to_web_hosting.md --- .../api_attach_domain_to_web_hosting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/hosting-attachedDomain/api_attach_domain_to_web_hosting.md b/examples/hosting-attachedDomain/api_attach_domain_to_web_hosting.md index aaa92be..735fc77 100644 --- a/examples/hosting-attachedDomain/api_attach_domain_to_web_hosting.md +++ b/examples/hosting-attachedDomain/api_attach_domain_to_web_hosting.md @@ -18,14 +18,14 @@ MultiDomains and SubDomains features are merged into one feature called **Attach - Download the latest release **with dependencies** on github: https://github.com/ovh/php-ovh/releases ```bash -# When this article was written, latest version was 2.0.0 -wget https://github.com/ovh/php-ovh/releases/download/v2.0.0/php-ovh-2.0.0-with-dependencies.tar.gz +# When this article was written, latest version was 2.0.1 +wget https://github.com/ovh/php-ovh/releases/download/v2.0.1/php-ovh-2.0.1-with-dependencies.tar.gz ``` - Extract it ```bash -tar xzvf php-ovh-2.0.0-with-dependencies.tar.gz +tar xzvf php-ovh-2.0.1-with-dependencies.tar.gz ``` ## Create a new token