From 5c7678e4416baff88f5394b712255a7da7254cfe Mon Sep 17 00:00:00 2001 From: Taro Date: Thu, 23 Feb 2023 23:45:07 -0300 Subject: [PATCH] docs: outputServices is ignored if nestjs=true (#783) --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 2a4fe77a5..5ccf58d60 100644 --- a/README.markdown +++ b/README.markdown @@ -404,7 +404,7 @@ Generated code will be placed in the Gradle build directory. - With `--ts_proto_opt=nestJs=true`, the defaults will change to generate [NestJS protobuf](https://docs.nestjs.com/microservices/grpc) friendly types & service interfaces that can be used in both the client-side and server-side of NestJS protobuf implementations. See the [nestjs readme](NESTJS.markdown) for more information and implementation examples. - Specifically `outputEncodeMethods`, `outputJsonMethods`, and `outputClientImpl` will all be false, and `lowerCaseServiceMethods` will be true. + Specifically `outputEncodeMethods`, `outputJsonMethods`, and `outputClientImpl` will all be false, `lowerCaseServiceMethods` will be true and `outputServices` will be ignored. Note that `addGrpcMetadata`, `addNestjsRestParameter` and `returnObservable` will still be false.