From 1796ae3b7c0934666f91c90e962fcc43caf95974 Mon Sep 17 00:00:00 2001 From: Drew Date: Fri, 25 Mar 2016 11:44:01 -0700 Subject: [PATCH] Close code block in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e3bd4a8..55c16c7a 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ var server = ParseServer({ } } }); +``` You can also use other email adapters contributed by the community such as [parse-server-sendgrid-adapter](https://www.npmjs.com/package/parse-server-sendgrid-adapter).