@@ -12,7 +12,7 @@ unacceptable behavior to spring-code-of-conduct@pivotal.io.
1212
1313
1414
15- == Using GitHub issues
15+ == Using GitHub Issues
1616We use GitHub issues to track bugs and enhancements. If you have a general usage question
1717please ask on http://stackoverflow.com[Stack Overflow]. The Spring Boot team and the
1818broader community monitor the http://stackoverflow.com/tags/spring-boot[`spring-boot`]
@@ -70,7 +70,7 @@ added after the original pull request but before a merge.
7070
7171
7272
73- == Working with the code
73+ == Working with the Code
7474If you don't have an IDE preference we would recommend that you use
7575https://spring.io/tools/sts[Spring Tools Suite] or
7676http://eclipse.org[Eclipse] when working with the code. We use the
@@ -79,13 +79,13 @@ should also work without issue.
7979
8080
8181
82- === Building from source
82+ === Building from Source
8383To build the source you will need to install
8484http://maven.apache.org/run-maven/index.html[Apache Maven] v3.2.3 or above and JDK 1.8.
8585
8686
8787
88- ==== Default build
88+ ==== Default Build
8989The project can be built from the root directory using the standard maven command:
9090
9191[indent=0]
@@ -150,7 +150,7 @@ to Maven by setting a `MAVEN_OPTS` environment variable with the value
150150
151151
152152
153- === Importing into eclipse
153+ === Importing into Eclipse
154154You can import the Spring Boot code into any Eclipse Mars based distribution. The easiest
155155way to setup a new environment is to use the Eclipse Installer with the provided
156156`.setup` file.
@@ -181,7 +181,7 @@ easier to navigate.
181181
182182
183183
184- ==== Manual installation with m2eclipse
184+ ==== Manual Installation with M2Eclipse
185185If you prefer to install Eclipse yourself we recommend that you use the
186186http://eclipse.org/m2e/[M2Eclipse] eclipse plugin. If you don't already have m2eclipse
187187installed it is available from the "Eclipse marketplace".
@@ -208,7 +208,7 @@ need to import the root `spring-boot` pom and the `spring-boot-samples` pom sepa
208208
209209
210210
211- ==== Importing into eclipse without m2eclipse
211+ ==== Importing into Eclipse without M2Eclipse
212212If you prefer not to use m2eclipse you can generate eclipse project metadata using the
213213following command:
214214
@@ -222,12 +222,12 @@ from the `file` menu.
222222
223223
224224
225- === Importing into other IDEs
225+ === Importing into Other IDEs
226226Maven is well supported by most Java IDEs. Refer to your vendor documentation.
227227
228228
229229
230- == Integration tests
230+ == Integration Tests
231231The sample applications are used as integration tests during the build (when you
232232`mvn install`). Due to the fact that they make use of the `spring-boot-maven-plugin`
233233they cannot be called directly, and so instead are launched via the
0 commit comments