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.