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

Commit 65d1e6e

Browse files
committed
fixed cli npm install in readme
1 parent 3b51e19 commit 65d1e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ npm install
2424
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:
2525

2626
```bash
27-
$ npm install -g aws-amplify/cli
27+
$ npm install -g @aws-amplify/cli
2828

2929
$ amplify init
3030

0 commit comments

Comments
 (0)