Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SociallyDev authored Sep 28, 2020
1 parent 1b54b35 commit 28fbd13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 28fbd13

Please sign in to comment.