summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvi Goldman <avrahamymgoldman@gmail.com>2017-05-08 15:56:20 -0400
committerGitHub <noreply@github.com>2017-05-08 15:56:20 -0400
commit4f1f725e94a7f2f55dd8b8ea9c0271682ccf700c (patch)
tree71c89fce1c3ac614541b423419c9b46b9e10fba0
parentb7eebe32d05a574ff50273069a08c56e3bf3df74 (diff)
downloadphp-sparkpost-origin/temp-composer-fix.zip
php-sparkpost-origin/temp-composer-fix.tar.gz
php-sparkpost-origin/temp-composer-fix.tar.bz2
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index addff81..14a52cb 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ require 'vendor/autoload.php';
use SparkPost\SparkPost;
```
-**Note:** To use the SparkPost API without composer see the example in [issue #164](https://github.com/SparkPost/php-sparkpost/issues/164#issuecomment-289888237).
+**Note:** Without composer the costs outweight the benefits of using the PHP client library. A simple function like the one in [issue #164](https://github.com/SparkPost/php-sparkpost/issues/164#issuecomment-289888237) wraps the SparkPost API and makes it easy to use the API without resolving the composer dependencies.
## Setting up a Request Adapter