Skip to content

Commit d7b846c

Browse files
authored
Merge pull request #3683 from renormalize/fix-docs
📖 README.md: Fix first subheading under the Kubebuilder heading
2 parents 57fc148 + 83999d1 commit d7b846c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and features. To learn more about this see the [Plugin section][plugin-section].
2020

2121
Kubebuilder is developed on top of the [controller-runtime][controller-runtime] and [controller-tools][controller-tools] libraries.
2222

23-
### Kubebuilder is also a framework
23+
### Kubebuilder is also a library
2424

2525
Kubebuilder is extensible and can be used as a library in other projects.
2626
[Operator-SDK][operator-sdk] is a good example of a project that uses Kubebuilder as a library.
@@ -54,7 +54,7 @@ Check out the Kubebuilder [book](https://book.kubebuilder.io).
5454
- GitHub Repo: [kubernetes-sigs/kubebuilder](https://github.com/kubernetes-sigs/kubebuilder)
5555
- Slack channel: [#kubebuilder](https://slack.k8s.io/#kubebuilder)
5656
- Google Group: [[email protected]](https://groups.google.com/forum/#!forum/kubebuilder)
57-
- Design Documents: [designs](designs/).
57+
- Design Documents: [designs](designs/)
5858
- Plugin: [plugins][plugin-section]
5959

6060
## Motivation

0 commit comments

Comments
 (0)