Skip to content

Commit 7ddc946

Browse files
authored
Fixing a typo in README.md
Fixing a typo in README.md to clarify that users can edit packages under pkg/controllers
1 parent 88f0bdd commit 7ddc946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ kubebuilder create resource --group mygroup --version v1beta1 --kind MyKind
8989

9090
### pkg/controllers
9191

92-
**Users must packages under this package**
92+
**Users must edit packages under this package**
9393

9494
The `controllers` package contains the controllers to implement the resource APIs. Controllers are defined under
9595
`pkg/controllers/<kind>/controller.go`. Controllers may be annotated with comments to wire the controller into the

0 commit comments

Comments
 (0)