From 1050266b7a5c248f31df32c5cc2db59191a54260 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Sun, 24 May 2020 11:07:44 +0200 Subject: [PATCH] Minor changes in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa85e85..d8164d2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Design Patterns -This repository is a bunch of tests I have written while reading [Head First Design Patterns]. +[This repository](https://github.com/jlengrand/design-patterns) is a bunch of tests I have written while reading [Head First Design Patterns]. You'll find simple implementations of some of those Design Patterns, with ideally some doc attached to them. @@ -12,7 +12,7 @@ The easiest is probably to run this in your favourite IDE. ## Author -Julien Lengrand-Lambert +* [Julien Lengrand-Lambert](https://github.com/jlengrand) ## LICENSE