From 3de32e8ec59b14b9308ef008f07c64e9a809911d Mon Sep 17 00:00:00 2001 From: Ismayil Malik Date: Mon, 1 Jan 2018 21:45:41 +0300 Subject: [PATCH] Updated README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3f72ad..bf504e3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -![Real gopher...][gooopher] -[gooopher]:https://github.com/ismayilmalik/golang-design-patterns/blob/master/gopher.jpg" "Gooopher.." +![alt text][gooopher] + +[gooopher]:https://raw.githubusercontent.com/ismayilmalik/golang-design-patterns/master/gopher.jpg "Gooopher.." + # Design patterns in golang >A beginner guide... happy coding! @@ -48,4 +50,4 @@ object a chance to handle the request. Chain the receiving objects and pass the request along the chain until an object handles it. ## Concurrency patterns -Pattenrs for concurrent work and parallel execution in Go. \ No newline at end of file +Pattenrs for concurrent work and parallel execution in Go.