@plunk/node
Advanced tools
Comparing version 1.1.4 to 2.0.0
{ | ||
"name": "@plunk/node", | ||
"version": "1.1.4", | ||
"version": "2.0.0", | ||
"description": "Official Node.js library for useplunk.com", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -57,3 +57,4 @@ # Plunk Node.js | ||
- `subject`: The subject of the email | ||
- `body`: The body of the email (HTML, plain text, or Markdown) | ||
- `body`: The body of the email | ||
- `type` [Optional]: The type of email to send (`html` or `markdown`) | ||
- `from` [Optional]: The email address of the sender | ||
@@ -67,4 +68,4 @@ - `name` [Optional]: The name of the sender | ||
subject: "Welcome to Plunk", | ||
body: "# Hello world!", | ||
body: "Hello world!", | ||
}); | ||
``` |
9582
69