summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Djuliy <mak7.dj@gmail.com>2015-09-25 14:17:28 +0300
committerMaxim Djuliy <mak7.dj@gmail.com>2015-09-25 14:17:28 +0300
commitbc4b388e92d8098fef7b93c3912d7c233e45fa69 (patch)
tree14afbb4753e6bd595148e147a1ef920eaa6d9569
parent4e8d9904c7e18d8d81b27bac23f03837b13aed1d (diff)
downloadphp-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3529fa0..4ab67de 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