diff options
author | Maxim Djuliy <mak7.dj@gmail.com> | 2015-09-25 14:17:28 +0300 |
---|---|---|
committer | Maxim Djuliy <mak7.dj@gmail.com> | 2015-09-25 14:17:28 +0300 |
commit | bc4b388e92d8098fef7b93c3912d7c233e45fa69 (patch) | |
tree | 14afbb4753e6bd595148e147a1ef920eaa6d9569 | |
parent | 4e8d9904c7e18d8d81b27bac23f03837b13aed1d (diff) | |
download | php-sparkpost-bc4b388e92d8098fef7b93c3912d7c233e45fa69.zip php-sparkpost-bc4b388e92d8098fef7b93c3912d7c233e45fa69.tar.gz php-sparkpost-bc4b388e92d8098fef7b93c3912d7c233e45fa69.tar.bz2 |
Update README.md
a lot of beginners don't know about namespaces.
-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 |