Skip to content

Commit 95fa1dd

Browse files
Use consistent language
1 parent 454f482 commit 95fa1dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Once you check out the code from GitHub, you can build it using Maven.
118118

119119
Note: The `archetypes/archetype-lambda` project requires that you have Python 3 in your path as `python`.
120120

121-
### Build a Specific Service Module
121+
### Building a Specific Service Module
122122

123123
This is the fastest option if you only need to build a certain sub-project like S3 or the DynamoDB Enhanced Client.
124124

@@ -127,7 +127,7 @@ This is the fastest option if you only need to build a certain sub-project like
127127
mvn clean install -pl :s3 -P quick --am
128128
```
129129

130-
### Build the Entire Project
130+
### Building the Entire Project
131131

132132
Note that this can take quite a long time to complete.
133133

0 commit comments

Comments
 (0)