From d61bf1e1057c59073e2aa9cf77a16ec240862cd8 Mon Sep 17 00:00:00 2001 From: Marcelo Dominguez Date: Thu, 12 May 2016 18:50:03 -0300 Subject: [PATCH] Update sample configuration in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfd0acd..ce4dd36 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ $ ember install ember-cli-deploy-notify-firebase - Place the following configuration into `config/deploy.js` ```javascript -ENV.firebase { +ENV['notify-firebase'] = { app: '', token: '' }