From 46db7df218b9ca15eeaf9eee8005ea2cc5ad3cd6 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 7 May 2025 17:07:20 +0100 Subject: [PATCH] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 16e391d6..6270d753 100644 --- a/README.md +++ b/README.md @@ -124,11 +124,3 @@ Call it via http://localhost:8080/ ``` curl -d '{"name": "Asim"}' https://localhost:8080/helloworld/Say/Hello ``` - -## Protobuf - -Protobuf is supported via [protoc-gen-micro](https://github.com/micro/micro/tree/master/cmd/protoc-gen-micro) - -## Plugins - -See [Plugins](https://github.com/micro/plugins) for implementations of the various core interfaces.