From 1030eef215a1b1960584ce5e521dd5025b6d500d Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 11 Oct 2024 04:24:41 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/operator-sdk/README.md | 2 +- src/postgresql-client/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/operator-sdk/README.md b/src/operator-sdk/README.md index b1091d942..c3985c9af 100644 --- a/src/operator-sdk/README.md +++ b/src/operator-sdk/README.md @@ -1,7 +1,7 @@ # OperatorSDK (operator-sdk) -A feature adding [operator-sdk](https://sdk.operatorframework.io/), a component of the [Operator Framework](https://github.com/operator-framework), an open source toolkit to manage kubernetes operators. +The Operator SDK provides the tools to build, test, and package Operators. ## Example Usage diff --git a/src/postgresql-client/README.md b/src/postgresql-client/README.md index f1d5911fa..c089377ba 100644 --- a/src/postgresql-client/README.md +++ b/src/postgresql-client/README.md @@ -1,7 +1,7 @@ # PostgreSQL Client (postgresql-client) -A feature adding the postgrsql client cli +PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads. ## Example Usage