From 51c16830a2bfc8e27bbb6cbdd8467837cdb2e3fc Mon Sep 17 00:00:00 2001 From: "Michael C. Dunn" Date: Wed, 26 Sep 2018 17:12:43 -0400 Subject: [PATCH] Update README.md Update the command to install aws-amplify/cli --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 715b457..074c33f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ npm install 2. Copy your `aws-exports` file into the src directory, or intialize a new [AWS Amplify CLI](https://github.com/aws-amplify/amplify-cli) project: ```bash -$ npm install -g aws-amplify/cli +$ npm install -g @aws-amplify/cli $ amplify init $ amplify add auth $ amplify add storage