Skip to content

Commit 935a27e

Browse files
committed
README polish
1 parent fd9d72f commit 935a27e

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
@@ -9,13 +9,13 @@ A cookbook of commonly used Java design patterns based on examples from:
99
* "Head First Design Patterns" - Freeman et al
1010
* "Java Design Pattern Essentials" - Tony Brevis
1111

12-
Each pattern is contained in its own package. The Javadoc will provide more details and the Test class
12+
Each pattern is contained in its own package. The Javadoc will provide more details and the unit tests
1313
will demonstrate how to use it.
1414

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

1717
## Design Patterns
18-
The following patterns are described using code, unit tests, and Javadoc.
18+
1919
### Behavioural
2020

2121
1. State

0 commit comments

Comments
 (0)