Skip to content

Commit 069db43

Browse files
committed
Minor readme fixes.
1 parent ba8c907 commit 069db43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ Include the `aws-code-deploy` from NPM as a local or global dependency.
102102

103103
#### **Global**
104104
1. `npm install aws-code-deploy -g`
105-
2. The file can then be executed directly: `aws-code-deploy`
105+
2. The file can then be executed globally: `aws-code-deploy`
106106

107107
#### **Local**
108-
1. `npm install aws-code-deploy`
108+
1. `npm install aws-code-deploy --save-dev`
109109
2. The file can then be executed directly: `./node_modules/aws-code-deploy/bin/aws-code-deploy.sh`
110110

111111

0 commit comments

Comments
 (0)