Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jul 12, 2024
1 parent 4c8c39e commit 9780c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9780c5f

Please sign in to comment.