From cf55c6e0ed9f7c614a8eb4be6bdc42ee8da6235d Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi Date: Wed, 14 Sep 2022 21:01:51 +0200 Subject: [PATCH] Refine home --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1bf49f..806963e 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ Source code and community space of 📖 [100 Go Mistakes and How to Avoid Them]( ## Common Go Mistakes -This section contains a summary of the 100 mistakes in the book. Meanwhile, it's also a section open to the community. If you believe that a mistake should be added, please create a [community mistake issue](https://github.com/teivah/100-go-mistakes/issues/new?assignees=&labels=community+mistake&template=community_mistake.md&title=). - ![](cover.png) +This section contains a summary of the 100 mistakes in the book. Meanwhile, it's also a section open to the community. If you believe that a mistake should be added, please create a [community mistake issue](https://github.com/teivah/100-go-mistakes/issues/new?assignees=&labels=community+mistake&template=community_mistake.md&title=). + * [Code and Project Organization](#code-and-project-organization) * [Data Types](#data-types) * [Control Structures](#control-structures)