From b69aecf892fbe058db2ce4892c3318cc5b446aef Mon Sep 17 00:00:00 2001 From: Panayiotis Kritiotis Date: Mon, 6 Dec 2021 09:47:12 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46b8859..406480e 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Go Climb follows the group-by-layer structure: Each of these directories contains its corresponding components, following the group-by-feature approach. - `vendor` contains the dependencies of our project -Great, we know how the high-level project structure of Go Climb. Let's explore the contents of each layer. +Great, we know how the high-level project structure of Go Climb. # Developer's Handbook @@ -91,4 +91,4 @@ make lint ## Perform linting make test ## Run unit tests make build ## Build the app executable for Linux make fmt ## Format the source code -``` \ No newline at end of file +```