From 4159e3000b0c6dc31de9b83c86facd9c5d51e2a3 Mon Sep 17 00:00:00 2001 From: Garrick Cheung Date: Wed, 23 Jan 2019 16:26:01 -0800 Subject: [PATCH] Update README install instructions The README had install instructions that installed a different, non-scoped, package. I've updated the instructions to install `@busy-web/ember-cli-launch-darkly`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c3274d..cfe82e7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Installation ------------------------------------------------------------------------------ ``` -ember install ember-cli-launch-darkly +ember install @busy-web/ember-cli-launch-darkly ```