Skip to content

Commit 5920caa

Browse files
committed
README: Cosmetic changes
1 parent 950aa66 commit 5920caa

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ GitHub accepts status creation via their APIs and many third-party CI services i
4747

4848
On the other hand, AWS CodeBuild doesn't have such a feature to save its build project status to GitHub for now. github-codebuild-integration is a missing piece of AWS CodeBuild to make things better.
4949

50-
## Requirements & Installation
50+
## Requirements
5151

5252
### Prerequisites
5353

@@ -82,7 +82,7 @@ And the listed resources below are created in the process of installation, which
8282
- AWS IAM
8383
- AWS CloudFormation
8484

85-
### Installation
85+
## Installation
8686

8787
_**NOTE: Make sure the following before proceeding.**_
8888
_**- You've loaded your [AWS credentials](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html).**_
@@ -102,8 +102,6 @@ _**NOTE: If you plan installing github-codebuild-integration into multiple AWS r
102102

103103
### Per-Project Resources
104104

105-
_**NOTE: Make sure you've created your AWS CodeBuild project before proceeding to the next steps.**_
106-
107105
#### Configure parameters
108106

109107
Copy example configuration file and edit it to configure paramters for your GitHub repository.
@@ -127,7 +125,7 @@ yes | AWS_DEFAULT_REGION | The region where you want to provision this tool via
127125
yes | CODEBUILD_PROJECT_NAME | The AWS CodeBuild project name you've already configured for your GitHub repository. | your-codebuild-project-name
128126
yes | CODEBUILD_PROJECT_REGION | The region where you've created a CodeBuild project. You can specify a different region from the region of CloudFormation. | us-east-1
129127

130-
#### Install
128+
#### Deploy
131129

132130
Package all artifacts and deploy to your AWS account.
133131

0 commit comments

Comments
 (0)