From 83999d1e07d9485dafe88ca956852e4abacb2da0 Mon Sep 17 00:00:00 2001 From: Saketh Kalaga <51327242+renormalize@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:38:16 +0530 Subject: [PATCH] :book: README.md: Fix first subheading under the Kubebuilder heading * 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1dc36984f..544b16a30e 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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