summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--composer.json7
2 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index bc84762..fed785d 100644
--- a/README.md
+++ b/README.md
@@ -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:
```
@@ -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
diff --git a/composer.json b/composer.json
index 01c658c..44ac2cd 100644
--- a/composer.json
+++ b/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",