From 958d77207aecd7da6176cec7ecd67965867e9075 Mon Sep 17 00:00:00 2001 From: Drew Gross Date: Wed, 23 Mar 2016 17:28:52 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aaa1bbb..4e3bd4a8 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ var server = ParseServer({ emailAdapter: { module: 'parse-server-simple-mailgun-adapter', options: { - // The addres that your emails come from + // The address that your emails come from fromAddress: 'parse@example.com', // Your domain from mailgun.com domain: 'example.com',