From 9780c5f0c39847b22a6e331b1cb20289135d1aa9 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 12 Jul 2024 18:39:07 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fee6b96c..ce45fa7d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This repository contains plugins for all micro related tools. Read on for furthe * [Contents](#contents) * [Usage](#usage) -* [Build Pattern](#build) +* [Build](#build) ## Contents @@ -112,7 +112,7 @@ func main() { } ``` -## Build Pattern +## Build An anti-pattern is modifying the `main.go` file to include plugins. Best practice recommendation is to include plugins in a separate file and rebuild with it included. This allows for automation of building plugins and