From 23d7e4dbc8010348ad241fe1586719c85cdbb9d2 Mon Sep 17 00:00:00 2001 From: Michael Wuori Date: Mon, 20 May 2019 20:42:01 -0400 Subject: [PATCH] Updates aws-amplify/cli npm path to match Needs `@` prefix in order to install properly, according to [aws-amplify/amplify-cli](https://github.com/aws-amplify/amplify-cli). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3971463..e242884 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