From 8609d1bd9e46288f04fb114ce48cb40cc2a9591b Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi Date: Thu, 28 Jul 2022 11:10:34 +0200 Subject: [PATCH] Add tl;dr --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02f3209..572a14a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Source code of 📖 [100 Go Mistakes and How to Avoid Them](https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them), edited by Manning. -![](inside-cover.jpg) +![](cover.png) ## Quotes @@ -28,7 +28,7 @@ Source code of 📖 [100 Go Mistakes and How to Avoid Them](https://www.manning. ## Table of Contents -![](cover.png) +![](inside-cover.jpg) ### Chapter 1 - Introduction