Fix readme to note move of mailgun adapter

This commit is contained in:
Drew Gross
2016-03-23 17:26:37 -07:00
parent 152c7e88b8
commit 259de3f104

View File

@@ -203,7 +203,7 @@ var server = ParseServer({
appName: 'Parse App', appName: 'Parse App',
// The email adapter // The email adapter
emailAdapter: { emailAdapter: {
module: 'parse-server/lib/Adapters/Email/SimpleMailgunAdapter', module: 'parse-server-simple-mailgun-adapter',
options: { options: {
// The addres that your emails come from // The addres that your emails come from
fromAddress: 'parse@example.com', fromAddress: 'parse@example.com',