summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornornholdj <nornholdj@gmail.com>2014-11-03 14:32:38 -0500
committernornholdj <nornholdj@gmail.com>2014-11-03 14:32:38 -0500
commit9e9b7ac550ab663b393e757483bd78858d96686d (patch)
tree04ff6eaf4e07a50bd89c339ab68ffba41ef3a218
parente034d061eba2d98e7751ae7153944dd579d8a4df (diff)
downloadphp-sparkpost-9e9b7ac550ab663b393e757483bd78858d96686d.zip
php-sparkpost-9e9b7ac550ab663b393e757483bd78858d96686d.tar.gz
php-sparkpost-9e9b7ac550ab663b393e757483bd78858d96686d.tar.bz2
MA-946 #time 10m fixed doc bug in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 08dcce6..2f6bd59 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ try {
* The SDK's features are namespaced under the various SparkPost API names.
### Transmissions
-* If you specify a stored recipient list and inline recipients in a Transmission, whichever was provided last will be used.
+* If you specify a stored recipient list and inline recipients in a Transmission, you will recieve an error.
* If you specify HTML and/or Plain Text content and then provide RFC-822 encoded content, you will receive an error.
* RFC-822 content is not valid with any other content type.
* If you specify a stored template and also provide inline content via `html` or `text`, you will receive an error.