Skip to content

Commit

Permalink
📖 README.md: Fix first subheading under the Kubebuilder heading
Browse files Browse the repository at this point in the history
* Heading `Kubebuilder` starts off with explaining Kubebuilder is a framework
* Subheading which explains Kubebuilder can also be used as a library
  was previously `Kubebuilder is also a framework`, now changed to
  `Kubebuilder is also a library` making it more coherent.
  • Loading branch information
renormalize committed Nov 6, 2023
1 parent 57fc148 commit 83999d1
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 @@ -20,7 +20,7 @@ and features. To learn more about this see the [Plugin section][plugin-section].

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

### Kubebuilder is also a framework
### Kubebuilder is also a library

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

## Motivation
Expand Down

0 comments on commit 83999d1

Please sign in to comment.