From c29702ad775f65d1079b4fe0c434a5e774387097 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Tue, 23 Feb 2021 14:51:57 +0300 Subject: [PATCH] fix readme Signed-off-by: Vasiliy Tolstov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a299847..f3c13f4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ $> protoc --micro_out=debug=true,components="micro|http":. input.proto | Option | Default Value | Accepted Values | Description |-----------------------|---------------|---------------------------|----------------------- | `debug`               | *false*       | `true` or `false` | if *true*, `protoc` will generate a more verbose output -| `components` | `micro` | `micro|rpc|http|chi|gorilla` | some values cant coexists like gorilla/chi or rpc/http +| `components` | `micro` | `micro rpc http chi gorilla` | some values cant coexists like gorilla/chi or rpc/http, values must be concatinated with pipe symbol '|' ## Install