From a91660135323f01376bb860a5ad9abaedebf9f4f Mon Sep 17 00:00:00 2001 From: nornholdj Date: Mon, 10 Nov 2014 14:49:52 -0500 Subject: [PATCH] doc updates --- README.md | 4 ++-- composer.json | 7 +++---- 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 - ## 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",