diff options
-rw-r--r-- | AUTHORS.md | 1 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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> @@ -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 |