From 19e7816456ac986c63d6c77a74260151813b4d06 Mon Sep 17 00:00:00 2001 From: Rafael Correa Gomes Date: Sat, 31 Oct 2020 19:43:33 -0400 Subject: [PATCH] Readme > Syntax fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c0cf7c..2e00106 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [Read the Docs of DesignPatternsPHP](http://designpatternsphp.readthedocs.org) or [Download as PDF/Epub](https://readthedocs.org/projects/designpatternsphp/downloads/) -This is a collection of known design patterns and some sample code how to implement them in PHP. Every pattern has a small list of examples. +This is a collection of known design patterns and some sample codes on how to implement them in PHP. Every pattern has a small list of examples. I think the problem with patterns is that often people do know them but don't know when to apply which. @@ -27,7 +27,7 @@ To run the tests use `phpunit`: $ ./vendor/bin/phpunit ``` -## using Docker (optional) +## Using Docker (optional) You can optionally build and browse the documentation using [Docker for Mac, Windows or Linux](https://docs.docker.com/compose/install/). @@ -96,7 +96,7 @@ The patterns can be structured in roughly three different categories. Please cli * [Repository](More/Repository) * [ServiceLocator](More/ServiceLocator) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern) -## Localisation & Supported Languages +## Localization & Supported Languages | Code | Language | Documentation | | ------------------|-------------|------|