Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
beardyman committed Nov 10, 2014
1 parent ea475eb commit a916601
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,7 +13,7 @@ curl -sS https://getcomposer.org/installer | php
```
Next, run the Composer command to install the SparkPost PHP SDK:
```
composer require messagesystems/php-sdk
composer require sparkpost/php-sparkpost
```
After installing, you need to require Composer's autoloader:
```
Expand Down Expand Up @@ -44,7 +44,7 @@ try {

## Learn More
* For more detailed examples, check our examples:
* [Transmissions](https://github.com/MessageSystems/php-sdk/tree/master/examples/transmission/)
* [Transmissions](https://github.com/SparkPost/php-sparkpost/tree/master/examples/transmission)
* Read our REST API documentation - <http://www.sparkpost.com/docs/introduction>

## Field Descriptions
Expand Down
7 changes: 3 additions & 4 deletions composer.json
@@ -1,11 +1,10 @@
{
"name": "sparkpost/php-sdk",
"description": "SDK for interfacing with messagesystems APIs",
"name": "sparkpost/php-sparkpost",
"description": "SDK for interfacing with SparkPost APIs",
"license": "Apache 2.0",
"authors": [
{
"name": "Message Systems, Inc.",
"email": "info@messagesystems.com"
"name": "Message Systems, Inc."
}
],
"minimum-stability": "stable",
Expand Down

0 comments on commit a916601

Please sign in to comment.