We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c5313 commit 5a7d90bCopy full SHA for 5a7d90b
README.md
@@ -20,11 +20,11 @@ the [AWS CLI API](http://docs.aws.amazon.com/cli/latest/reference/deploy/index.h
20
1. Via Composer (For PHP Projects)
21
* Include in `composer.json` as follows:
22
23
- ```json
24
- "require-dev" : {
25
- "techpivot/aws-code-deploy": "dev-master"
26
- }
27
- ```
+ ```json
+ "require-dev" : {
+ "techpivot/aws-code-deploy": "dev-master"
+ }
+ ```
28
* The file can then be executed from the /vendor/bin directory: `bash ./vendor/bin/aws-code-deploy.sh`
29
30
2. Git Submodule
0 commit comments