Skip to content

Commit

Permalink
fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
petrpavlik committed Nov 17, 2024
1 parent 3d836de commit 398dff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ This will give you easy access to the SDK methods using `application` and `reque
app.get { req async in

let emailBody = """
This is a sample body that supports **markdown**. Plain html is also supported.
This is a sample body that supports **markdown**. HTML is also supported.
"""

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

return "ok"
Expand Down

0 comments on commit 398dff3

Please sign in to comment.