Update README.md

This commit is contained in:
Devang Srivastava 2021-08-04 22:34:23 +05:30 committed by GitHub
parent fbf764f4fb
commit 1e94b00b13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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