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 +```