Skip to content

Commit 5d305bc

Browse files
authored
Merge pull request eugenp#11374 from ramazansakin/master
Update README.md
2 parents 26156b7 + 2ea825d commit 5d305bc

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
@@ -18,16 +18,16 @@ Java and Spring Tutorials
1818

1919
This project is **a collection of small and focused tutorials** - each covering a single and well defined area of development in the Java ecosystem.
2020
A strong focus of these is, of course, the Spring Framework - Spring, Spring Boot and Spring Security.
21-
In additional to Spring, the modules here are covering a number of aspects in Java.
21+
In addition to Spring, the modules here cover a number of aspects of Java.
2222

2323
Profile based segregation
2424
====================
2525

2626
We are using maven build profiles to segregate the huge list of individual projects we have in our repository.
2727

28-
The projects are broadly divided into 3 list: first, second and heavy.
28+
The projects are broadly divided into 3 lists: first, second and heavy.
2929

30-
Next, they are segregated further on the basis of tests that we want to execute.
30+
Next, they are segregated further on the basis of the tests that we want to execute.
3131

3232
Therefore, we have a total of 6 profiles:
3333

@@ -56,12 +56,12 @@ or if we want to build the entire repository with Integration Tests enabled, we
5656

5757
Building a single module
5858
====================
59-
To build a specific module run the command: `mvn clean install` in the module directory
59+
To build a specific module, run the command: `mvn clean install` in the module directory.
6060

6161

6262
Running a Spring Boot module
6363
====================
64-
To run a Spring Boot module run the command: `mvn spring-boot:run` in the module directory
64+
To run a Spring Boot module, run the command: `mvn spring-boot:run` in the module directory.
6565

6666

6767
Working with the IDE

0 commit comments

Comments
 (0)