Skip to content

Commit 5a7d90b

Browse files
committed
Update README.md
1 parent 85c5313 commit 5a7d90b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ the [AWS CLI API](http://docs.aws.amazon.com/cli/latest/reference/deploy/index.h
2020
1. Via Composer (For PHP Projects)
2121
* Include in `composer.json` as follows:
2222

23-
```json
24-
"require-dev" : {
25-
"techpivot/aws-code-deploy": "dev-master"
26-
}
27-
```
23+
```json
24+
"require-dev" : {
25+
"techpivot/aws-code-deploy": "dev-master"
26+
}
27+
```
2828
* The file can then be executed from the /vendor/bin directory: `bash ./vendor/bin/aws-code-deploy.sh`
2929

3030
2. Git Submodule

0 commit comments

Comments
 (0)