From 6286dd2b447c3456b769ccca34bfaf580025b1c6 Mon Sep 17 00:00:00 2001 From: "J.I. /podhead" <117015142+ji-podhead@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:51:12 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7a82600..6a13041c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - `protobuffctl` offers an [API](https://ji-podhead.github.io/protobuffctl/) that enables you to automate all protobuf functions. -- Quickly create new `message types`, `fields`, `services`, `methods` and `enums` using the [API](https://ji-podhead.github.io/protobuffctl/) and **cli commands**. +- Quickly create new `message types`, `fields`, `services`, `methods` and `enums` using **cli commands**. - Stores all Components in the **local Componentregistry**.
or push/pull from **external DB**. - **Roll back** to old protofile, or to an registry state using historical `.config` file, or using a external DB just like with **version control**.
- **Preview** the Protofile-Code before actually building it.