Skip to content

Commit 9eb64bc

Browse files
MarkusMarkus
Markus
authored and
Markus
committed
Removed the Markdown Plus custom heading id's
Because the renderer of github doesnt support markdown plus...
1 parent 1bef44c commit 9eb64bc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Coverity Scan Build Status](https://scan.coverity.com/projects/5634/badge.svg)](https://scan.coverity.com/projects/5634)
1010
[![Join the chat at https://gitter.im/iluwatar/java-design-patterns](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/iluwatar/java-design-patterns?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1111

12-
# Introduction {#intro}
12+
# Introduction
1313

1414
Design patterns are formalized best practices that the programmer can use to
1515
solve common problems when designing an application or system.
@@ -21,12 +21,11 @@ Reusing design patterns helps to prevent subtle issues that can cause major
2121
problems, and it also improves code readability for coders and architects who
2222
are familiar with the patterns.
2323

24-
25-
# How to contribute {#contribute}
24+
# How to contribute
2625

2726
If you are willing to contribute to the project you will find the relevant information in our [developer wiki](https://github.com/iluwatar/java-design-patterns/wiki).
2827

29-
# Credits {#credits}
28+
# Credits
3029

3130
* [Design Patterns: Elements of Reusable Object-Oriented Software](http://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612)
3231
* [Effective Java (2nd Edition)](http://www.amazon.com/Effective-Java-Edition-Joshua-Bloch/dp/0321356683)
@@ -40,7 +39,6 @@ If you are willing to contribute to the project you will find the relevant infor
4039
* [J2EE Design Patterns](http://www.amazon.com/J2EE-Design-Patterns-William-Crawford/dp/0596004273/ref=sr_1_2)
4140
* [Pattern Oriented Software Architecture Vol I-V](http://www.amazon.com/Pattern-Oriented-Software-Architecture-Volume-Patterns/dp/0471958697)
4241

43-
44-
# License {#license}
42+
# License
4543

4644
This project is licensed under the terms of the MIT license.

0 commit comments

Comments
 (0)