diff --git a/business-delegate/README.md b/business-delegate/README.md index b5d37235c..e6e249122 100644 --- a/business-delegate/README.md +++ b/business-delegate/README.md @@ -24,6 +24,6 @@ Use the Business Delegate pattern when * you want to orchestrate calls to multiple business services * you want to encapsulate service lookups and service calls -##Credits +## Credits * [J2EE Design Patterns](http://www.amazon.com/J2EE-Design-Patterns-William-Crawford/dp/0596004273/ref=sr_1_2) diff --git a/lazy-loading/README.md b/lazy-loading/README.md index ca18c8f65..d40061293 100644 --- a/lazy-loading/README.md +++ b/lazy-loading/README.md @@ -28,6 +28,6 @@ Use the Lazy Loading idiom when * JPA annotations @OneToOne, @OneToMany, @ManyToOne, @ManyToMany and fetch = FetchType.LAZY -##Credits +## Credits * [J2EE Design Patterns](http://www.amazon.com/J2EE-Design-Patterns-William-Crawford/dp/0596004273/ref=sr_1_2) diff --git a/publish-subscribe/README.md b/publish-subscribe/README.md index 703960a93..6a5b2dfa8 100644 --- a/publish-subscribe/README.md +++ b/publish-subscribe/README.md @@ -20,6 +20,6 @@ Use the Publish Subscribe Channel pattern when * two or more applications need to communicate using a messaging system for broadcasts. -##Credits +## Credits * [J2EE Design Patterns](http://www.amazon.com/J2EE-Design-Patterns-William-Crawford/dp/0596004273/ref=sr_1_2)