Skip to content

Commit 701af9e

Browse files
committed
Merge pull request #2 from simison/patch-1
Sort available options lists
2 parents 96b50e1 + ce09efd commit 701af9e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ sparkPostTransport(options);
7171

7272
#### Available options
7373

74-
+ `sparkPostApiKey`
75-
+ `tags`
76-
+ `metadata`
7774
+ `campaign_id`
7875
+ `content`
76+
+ `metadata`
7977
+ `options`
78+
+ `sparkPostApiKey`
8079
+ `substitution_data`
80+
+ `tags`
8181

8282
### `sendMail`
8383

@@ -87,10 +87,10 @@ transport.sendMail(options, function(err, info) {});
8787

8888
#### Available options
8989

90-
+ `options`
91-
+ `content`
9290
+ `campaign_id`
93-
+ `substitution_data`
91+
+ `content`
92+
+ `metadata`
93+
+ `options`
9494
+ `recipients`
95+
+ `substitution_data`
9596
+ `tags`
96-
+ `metadata`

0 commit comments

Comments
 (0)