From 5b53e300dc142ee2b628b9f620f4ac7c98ad2bc0 Mon Sep 17 00:00:00 2001 From: HassanCehef Date: Sat, 2 Nov 2013 18:22:31 +0100 Subject: [PATCH] Changed the link of Dependency Injection from Wikipedia DE to Wikipedia EN --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bfb48f..3727c5d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The patterns can be structured in roughly three different categories. Please cli * [Registry](Registry) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern) * [FluentInterface](FluentInterface) [:notebook:](http://en.wikipedia.org/wiki/Fluent_interface) * [DataMapper](DataMapper) [:notebook:](http://en.wikipedia.org/wiki/Data_mapper_pattern) -* [DependencyInjection](DependencyInjection) [:notebook:](http://de.wikipedia.org/wiki/Dependency_Injection) +* [DependencyInjection](DependencyInjection) [:notebook:](http://en.wikipedia.org/wiki/Dependency_injection) ### Behavioral