Skip to content

Commit a916601

Browse files
committed
doc updates
1 parent ea475eb commit a916601

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ curl -sS https://getcomposer.org/installer | php
1313
```
1414
Next, run the Composer command to install the SparkPost PHP SDK:
1515
```
16-
composer require messagesystems/php-sdk
16+
composer require sparkpost/php-sparkpost
1717
```
1818
After installing, you need to require Composer's autoloader:
1919
```
@@ -44,7 +44,7 @@ try {
4444

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

5050
## Field Descriptions

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"name": "sparkpost/php-sdk",
3-
"description": "SDK for interfacing with messagesystems APIs",
2+
"name": "sparkpost/php-sparkpost",
3+
"description": "SDK for interfacing with SparkPost APIs",
44
"license": "Apache 2.0",
55
"authors": [
66
{
7-
"name": "Message Systems, Inc.",
8-
"email": "[email protected]"
7+
"name": "Message Systems, Inc."
98
}
109
],
1110
"minimum-stability": "stable",

0 commit comments

Comments
 (0)