Skip to content

Commit d246fbc

Browse files
committed
updated pattern list
1 parent 830aa0c commit d246fbc

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,31 @@ Common JS Patterns based on the ideas of Stoyan Stefanov and many others.
66

77
###Creational
88
* Abstract factory
9-
* Builder (added)<br />
10-
* Factory method (added)<br />
11-
* Prototype<br />
12-
* Singleton (added)<br />
9+
* Builder (added)
10+
* Factory method (added)
11+
* Prototype
12+
* Singleton (added)
1313

1414
###Structural
15-
* Adapter <br />
16-
* Bridge<br />
17-
* Composite<br />
18-
* Decorator (added)<br />
19-
* Facade (added)<br />
20-
* Flyweight<br />
15+
* Adapter
16+
* Bridge
17+
* Composite
18+
* Decorator (added)
19+
* Facade (added)
20+
* Flyweight
2121
* Proxy (added)
2222

2323
###Behavioral
24-
* Chain of responsibility (added)<br />
25-
* Command (added)<br />
26-
* Interpreter<br />
27-
* Iterator (added)<br />
28-
* Mediator (added)<br />
29-
* Memento<br />
30-
* Observer (added)<br />
31-
* State<br />
32-
* Strategy (added)<br />
33-
* Template method<br />
24+
* Chain of responsibility (added)
25+
* Command (added)
26+
* Interpreter
27+
* Iterator (added)
28+
* Mediator (added)
29+
* Memento
30+
* Observer (added)
31+
* State
32+
* Strategy (added)
33+
* Template method
3434
* Visitor
3535

3636
##Function Patterns

0 commit comments

Comments
 (0)