Skip to content

Commit 398dff3

Browse files
committed
fix readme typo
1 parent 3d836de commit 398dff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ This will give you easy access to the SDK methods using `application` and `reque
6666
app.get { req async in
6767

6868
let emailBody = """
69-
This is a sample body that supports **markdown**. Plain html is also supported.
69+
This is a sample body that supports **markdown**. HTML is also supported.
7070
"""
7171

7272
try await indiePitcher.sendEmail(
7373
data: .init(
74-
to: "[email protected]", subject: "Hello from AWS Lambda!", body: emailBody,
74+
to: "[email protected]", subject: "Hello from Vapor!", body: emailBody,
7575
bodyFormat: .markdown))
7676

7777
return "ok"

0 commit comments

Comments
 (0)