Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9249b40

Browse files
author
Dominik Liebler
committed
Merge pull request DesignPatternsPHP#39 from bartko-s/fix-link
fix link and pattern name
2 parents 809fd30 + 7acefe6 commit 9249b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The patterns can be structured in roughly three different categories. Please cli
4141
* [Mediator](Mediator) [:notebook:](http://en.wikipedia.org/wiki/Mediator_pattern)
4242
* [NullObject](NullObject) [:notebook:](http://en.wikipedia.org/wiki/Null_Object_pattern)
4343
* [Observer](Observer) [:notebook:](http://en.wikipedia.org/wiki/Observer_pattern)
44-
* [StatusPattern](StatusPattern) [:notebook:](http://en.wikipedia.org/wiki/State_pattern)
44+
* [StatePattern](State) [:notebook:](http://en.wikipedia.org/wiki/State_pattern)
4545
* [Strategy](Strategy) [:notebook:](http://en.wikipedia.org/wiki/Strategy_pattern)
4646
* [TemplateMethod](TemplateMethod) [:notebook:](http://en.wikipedia.org/wiki/Template_method_pattern)
4747
* [Visitor](Visitor) [:notebook:](http://en.wikipedia.org/wiki/Visitor_pattern)

0 commit comments

Comments
 (0)