From 4f2b8a56901474603d129ed2ba253fbb5cb9fa8c Mon Sep 17 00:00:00 2001 From: Dominik Liebler Date: Fri, 30 Aug 2019 07:56:18 +0200 Subject: [PATCH] sort patterns --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cfb9a3..7d6bf8a 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,6 @@ The patterns can be structured in roughly three different categories. Please cli ### [More](More) -* [ServiceLocator](More/ServiceLocator) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern) (is considered an anti-pattern! :no_entry:) -* [Repository](More/Repository) * [EAV](More/EAV) [:notebook:](https://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model) +* [Repository](More/Repository) +* [ServiceLocator](More/ServiceLocator) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern) (is considered an anti-pattern! :no_entry:)