From 40ba586ac911d5c9b7e2eeae5f6868351d13e849 Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Wed, 11 Nov 2020 12:35:52 +0400 Subject: [PATCH] Typo: implemeted -> implemented (#3357) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fc41b47..1088b4c2 100644 --- a/README.md +++ b/README.md @@ -1212,7 +1212,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-todo-backend](https://github.com/Fs02/go-todo-backend) - Go Todo Backend example using modular project layout for product microservice. * [golang-standards/project-layout](https://github.com/golang-standards/project-layout) - Set of common historical and emerging project layout patterns in the Go ecosystem. * [modern-go-application](https://github.com/sagikazarmark/modern-go-application) - Go application boilerplate and example applying modern practices. -* [scaffold](https://github.com/catchplay/scaffold) - Scaffold generates starter Go project layout. Lets you focus on business logic implemeted. +* [scaffold](https://github.com/catchplay/scaffold) - Scaffold generates a starter Go project layout. Lets you focus on business logic implemented. ### Strings