From fa3223693819506a47588a6a5f5deebf4b10b6e7 Mon Sep 17 00:00:00 2001 From: Wilfried Klaas Date: Sun, 9 Jan 2022 09:42:33 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb68dcd..735566e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # cel-service -REST and gRPC service for evaluating an expression using google cel (https://opensource.google/projects/cel) +HTTP JSON and gRPC service for evaluating an expression using google cel (https://opensource.google/projects/cel) This service is a small, fast go microservice based on go-micro (https://github.com/willie68/go-micro) a template for a simple go microservice. @@ -81,4 +81,4 @@ see the cel project for further information. (https://opensource.google/projects ## Example gPRC -The service also expose a grpc server (with the default port 50051 with TSL). The definition of the service and the models you can find in the api folder (cel-service.proto) \ No newline at end of file +The service also expose a grpc server (with the default port 50051 with TSL). The definition of the service and the models you can find in the api folder (cel-service.proto)