summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS.md1
-rw-r--r--README.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS.md b/AUTHORS.md
index 18626c5..1601056 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,3 +4,4 @@ php-sparkpost is maintained by Message Systems.
* Jordan Nornhold <jordan.norhold@messagesystems.com>
* Rich Leland <rich.leland@messagesystems.com>, @richleland
+* Matthew April <matthew.japril@gmail.com>
diff --git a/README.md b/README.md
index 150712f..810e7cf 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ composer require sparkpost/php-sparkpost
After installing, you need to require Composer's autoloader:
```
require 'vendor/autoload.php';
+use SparkPost\SparkPost;
```
## Getting Started: Your First Mailing