From 732a4c1296fdacd5e23541a2f766a57e3dcd5d28 Mon Sep 17 00:00:00 2001 From: Katsunori Kanda Date: Mon, 10 Sep 2018 18:47:45 +0900 Subject: [PATCH] Fix install command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 715b457..7ce9e95 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ A VueJs starter app integrated with [aws-amplify](https://github.com/aws/aws-amp 1. Clone project and install dependencies ```bash -$ git clone https://github.com/aws-samples/aws-amplify-vue.git -$ cd aws-amplify-vue-sample +$ git clone https://github.com/aws-samples/aws-amplify-vue +$ cd aws-amplify-vue $ npm install ```