From a952eeb9c8d9c812933f317f2e0eefbff698ec98 Mon Sep 17 00:00:00 2001 From: Max Minkoff Date: Wed, 27 Dec 2017 11:12:40 -0500 Subject: [PATCH] Use the proper config file key 'notify-firebase' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfd0acd..a361603 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: '' }