Skip to content

Commit

Permalink
Merge pull request #76 from nikhiljindal/patch-1
Browse files Browse the repository at this point in the history
Fixing a typo in README.md
  • Loading branch information
Phillip Wittrock committed Apr 19, 2018
2 parents d947050 + 7ddc946 commit 4d096ae
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 4d096ae

Please sign in to comment.