Update README.md

This commit is contained in:
Devang Srivastava 2020-09-28 17:42:22 +05:30 committed by GitHub
parent 1b54b35f52
commit 28fbd13ef6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ $my_space->upload("Super cool content", "example.txt");
There are two ways to install Spaces-API. You can either download the project & put it directly in your code's folder, or you can use [Composer](https://getcomposer.org).
 
### a) The Manual Way
### a) The Manual Method
1) [Download Spaces-API](https://github.com/SociallyDev/Spaces-API/archive/master.zip) & place it in your project.
2) Load it from your code:
@ -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:dev-master
composer require sociallydev/spaces-api:v2
```
3) Make sure your code has the Composer autoloader:
```php