From b03a90bf0f5d017dd2a7759a84d265480783075e Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 22 Jul 2014 10:53:24 -0400 Subject: [PATCH] Update FAQ: generator.js renamed to setup.js --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d19cb02ec9..901be927c3 100644 --- a/README.md +++ b/README.md @@ -615,7 +615,7 @@ reference guide. I have explained my reasons why it could not be merged in [issue #63](https://github.com/sahat/hackathon-starter/issues/63#issuecomment-34898290). ### How do I switch SendGrid for another email delivery service? -Run `node generator.js` bundled with Hackathon Starter, then select +Run `node setup.js` bundled with Hackathon Starter, then select **Email Service** option. It will automatically replace appropriate strings in your code. Currently there are three options: SendGrid, Mandrill, and Mailgun.