Skip to content
This repository was archived by the owner on Jul 7, 2020. It is now read-only.

Fix install command #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down