Skip to content

Commit

Permalink
Fixing a typo in README.md
Browse files Browse the repository at this point in the history
Fixing a typo in README.md to clarify that users can edit packages under pkg/controllers
  • Loading branch information
nikhiljindal authored Apr 19, 2018
1 parent 88f0bdd commit 7ddc946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ kubebuilder create resource --group mygroup --version v1beta1 --kind MyKind

### pkg/controllers

**Users must packages under this package**
**Users must edit packages under this package**

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

0 comments on commit 7ddc946

Please sign in to comment.