diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |