Skip to content

Commit 692400d

Browse files
committed
Update README.md
1 parent 1e7b40c commit 692400d

File tree

1 file changed

+30
-29
lines changed

1 file changed

+30
-29
lines changed

README.md

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,41 @@
99

1010
### Creational Patterns
1111

12-
* [Abstract Factory](#abstract-factory)
13-
* [Builder](#builder)
14-
* [Factory Method](#factory-method)
15-
* [Prototype](#prototype)
16-
* [Singleton](#singleton)
12+
* [Abstract Factory](#abstract-factory)
13+
* [Builder](#builder)
14+
* [Factory Method](#factory-method)
15+
* [Prototype](#prototype)
16+
* [Singleton](#singleton)
1717

1818
### Structural Patterns
1919

20-
* [Adapter](#adapter)
21-
* [Bridge](#bridge)
22-
* [Composite](#composite)
23-
* [Decorator](#decorator)
24-
* [Facade](#facade)
25-
* [Flyweight](#flyweight)
26-
* [Proxy](#proxy)
27-
* [Service Locator](#service-locator)
28-
* [Model-View-Presenter](#model-view-presenter)
29-
* [Servant](#servant)
30-
* [Event Aggregator](#event-aggregator)
20+
* [Adapter](#adapter)
21+
* [Bridge](#bridge)
22+
* [Composite](#composite)
23+
* [Decorator](#decorator)
24+
* [Facade](#facade)
25+
* [Flyweight](#flyweight)
26+
* [Proxy](#proxy)
27+
* [Service Locator](#service-locator)
28+
* [Model-View-Presenter](#model-view-presenter)
29+
* [Servant](#servant)
30+
* [Event Aggregator](#event-aggregator)
3131

3232
### Behavioral Patterns
33-
* [Chain of responsibility](#chain-of-responsibility)
34-
* [Command](#command)
35-
* [Interpreter](#interpreter)
36-
* [Iterator](#iterator)
37-
* [Mediator](#mediator)
38-
* [Memento](#memento)
39-
* [Observer](#observer)
40-
* [State](#state)
41-
* [Strategy](#strategy)
42-
* [Template method](#template-method)
43-
* [Visitor](#visitor)
44-
* [Double Checked Locking](#double-checked-locking)
45-
* [Null Object](#null-object)
33+
34+
* [Chain of responsibility](#chain-of-responsibility)
35+
* [Command](#command)
36+
* [Interpreter](#interpreter)
37+
* [Iterator](#iterator)
38+
* [Mediator](#mediator)
39+
* [Memento](#memento)
40+
* [Observer](#observer)
41+
* [State](#state)
42+
* [Strategy](#strategy)
43+
* [Template method](#template-method)
44+
* [Visitor](#visitor)
45+
* [Double Checked Locking](#double-checked-locking)
46+
* [Null Object](#null-object)
4647

4748
## <a name="abstract-factory">Abstract Factory</a> [&#8593;](#list-of-design-patterns)
4849
**Intent:** Provide an interface for creating families of related or dependent objects without specifying their concrete classes.

0 commit comments

Comments
 (0)