From 574fa1d493c9974d4887d14577230d523706fccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Tavares?= Date: Tue, 6 Sep 2016 13:03:07 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a69eba6..e4b9666 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ Overall, Atlas provides services for: - Checkouts - Orders +### Batteries Included +- [Mailgun](https://mailgun.com) for transactional emails +- [Switch Payments](https://switchpayments.com) for payments + +Storefront has a few more tricks up its sleeve ;) + ## Requirements - Node.js + NPM (v4.x LTS) @@ -64,4 +70,6 @@ In order to access Storefront's Admin and perform certain API calls, an Administ 3. Run the following query `r.db('atlas').table('Users').filter({email: '{YOUR_USER_EMAIL}'}).update({status: 'active', scope: ['admin']});` (don't forget to replace `{YOUR_USER_EMAIL}` with the email address of the account you created) ## Contacts -Comments, suggestions, doubts, flames, /dev/random > http://twitter.com/andreftavares +Comments, suggestions, doubts, flames, /dev/random, etc... +- Email **andre [at] yoonic.net** +- Twitter [@andreftavares](http://twitter.com/andreftavares)