From 69fee413cc35e77888130625fbbca1ef08f81ea1 Mon Sep 17 00:00:00 2001 From: "webmaster@12factor.mx" Date: Thu, 21 Feb 2019 11:11:13 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3971463..7a32dc0 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ A VueJs starter app integrated with [aws-amplify](https://github.com/aws/aws-amp ```bash $ git clone https://github.com/aws-samples/aws-amplify-vue.git -$ cd aws-amplify-vue-sample +$ cd aws-amplify-vue $ 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