Skip to content

Commit fd9d72f

Browse files
committed
README refresh only
1 parent bd389b2 commit fd9d72f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ will demonstrate how to use it.
1414

1515
Any comments/bugs/better ways of doing things, send 'em my way.
1616

17-
## Behavioural Patterns
17+
## Design Patterns
18+
The following patterns are described using code, unit tests, and Javadoc.
19+
### Behavioural
1820

1921
1. State
2022
1. Chain of Responsibility
@@ -24,24 +26,24 @@ Any comments/bugs/better ways of doing things, send 'em my way.
2426
1. Template Method
2527
1. Visitor
2628

27-
## Creational Patterns
29+
### Creational
2830

2931
1. Builder
3032
1. Factory Method
3133
1. Static Factory Method / Simple Factory Method
3234
1. Abstract Factory
3335
1. Singleton
3436

35-
## Structural Patterns
37+
### Structural
3638

3739
1. Adapter
3840
1. Decorator
3941
1. Facade
4042

41-
# Build Guide
43+
## Build Guide
4244
You'll need JDK 17+ installed on your dev box.
4345

44-
## Gradle
46+
### Gradle
4547
You can use the included Gradle wrapper to build the project and pull down the dependencies:
4648

4749
```bash
@@ -50,7 +52,7 @@ You can use the included Gradle wrapper to build the project and pull down the d
5052

5153
The Javadoc can be found in the `<project-root>/build/docs/javadoc` folder after you execute the build.
5254

53-
## Maven
55+
### Maven
5456
You can use the included Maven wrapper to build the project and pull down the dependencies:
5557

5658
```bash
@@ -59,8 +61,7 @@ You can use the included Maven wrapper to build the project and pull down the de
5961

6062
The Javadoc can be found in the `<project-root>/target/apidocs` folder after you execute the build.
6163

62-
# Contributing
63-
64+
## Contributing
6465
Issues and new features are managed using the project [Issue Tracker](https://github.com/gazbert/java-design-patterns/issues) -
6566
submit bugs here.
6667

0 commit comments

Comments
 (0)