From 71ae5a73014e057bf14eb4a7f59a22163a1063c7 Mon Sep 17 00:00:00 2001 From: Matthis Date: Sat, 25 Nov 2023 17:42:49 +0100 Subject: [PATCH] doc: use grpcurl instead curl (#773) Signed-off-by: Matthis Holleville --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da9448a..4d807dd 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ k8sgpt serve _Analysis with serve mode_ ``` -curl -X GET "http://localhost:8080/analyze?namespace=k8sgpt&explain=false" +grpcurl -plaintext -d '{"namespace": "k8sgpt", "explain": false}' localhost:8080 schema.v1.ServerService/Analyze ```