Skip to content

Commit f93fb08

Browse files
author
Ben Ramsey
committed
Updating README documentation
1 parent f296659 commit f93fb08

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
php-sdk
2-
=======
1+
# ShootProof PHP SDK
32

4-
A PHP SDK to interact with the ShootProof API. API and Auth documentation can be found at http://developer.shootproof.com.
3+
A PHP SDK to interact with the ShootProof API. API and Auth documentation can
4+
be found at [http://developer.shootproof.com](http://developer.shootproof.com).
55

6-
```json
7-
"require": {
8-
"shootproof/php-sdk" : "master"
9-
}
6+
## Installation
107

8+
We recommend using [Composer](https://getcomposer.org/) to manage your PHP
9+
application's dependencies. The ShootProof PHP SDK may be installed by adding
10+
it as a Composer requirement to your project:
11+
12+
```bash
13+
composer.phar require shootproof/php-sdk
1114
```

0 commit comments

Comments
 (0)