mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-05 20:41:31 -07:00
Update README.md
This commit is contained in:
parent
1b54b35f52
commit
28fbd13ef6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue