Skip to content

Commit

Permalink
Adding missing design pattern links (#34)
Browse files Browse the repository at this point in the history
Added the typo or missing design pattern links per issue #22
  • Loading branch information
FunkyMonk8111 authored Jan 10, 2024
1 parent 3574c8a commit 34b417f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,22 @@ There are three kinds of Design Patterns:

* [Adapter](/AdapterPattern)
* [Bridge](/BridgePattern)
* [Builder](/BuilderPattern)
* [ChainOfResponsibility](/ChainOfResponsibilityPattern)
* [Command](/CommandPattern)
* [Composite](/CompositePattern)
* [Decorator](/DecoratorPattern)
* [Facade](/FacadePattern)
* [Factory](/FactoryPattern)
* [Flyweight](/FlyweightPattern)
* [Iterator](/IteratorPattern)
* [Mediator](/MediatorPattern)
* [Observer](/ObserverPattern)
* [Prototype](/PrototypePattern)
* [Proxy](/ProxyPattern)
* [Singleton](/SingletonPattern)
* [SingletonPattern.Tests](/SingletonPattern.Tests)
* [State](/StatePattern)
* [Strategy](/StrategyPattern)
* [Template](/TemplatePattern)
* [Visitor](/VisitorPattern)
* [Mediator](/MediatorPattern)
* [Proxy](/ProxyPattern)

0 comments on commit 34b417f

Please sign in to comment.