From 1e94b00b13c95bfa153effa9a0b1698e0edd10cd Mon Sep 17 00:00:00 2001 From: Devang Srivastava Date: Wed, 4 Aug 2021 22:34:23 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c95c24a..50f8f52 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ require_once("spaces.php"); 1) Make sure you have [Composer](https://getcomposer.org). 2) Install Spaces-API: ``` -composer require sociallydev/spaces-api:v2 +composer require sociallydev/spaces-api:v2.0.1 ``` 3) Make sure your code has the Composer autoloader: ```php