diff --git a/spring-grpc-docs/src/main/antora/modules/ROOT/pages/whats-new.adoc b/spring-grpc-docs/src/main/antora/modules/ROOT/pages/whats-new.adoc index 1a766e6..f42fa5f 100644 --- a/spring-grpc-docs/src/main/antora/modules/ROOT/pages/whats-new.adoc +++ b/spring-grpc-docs/src/main/antora/modules/ROOT/pages/whats-new.adoc @@ -30,6 +30,6 @@ The following fine-grained Spring Boot starter modules have been added: - `spring-grpc-client-spring-boot-starter` provides Netty gRPC client - `spring-grpc-server-spring-boot-starter` provides Netty gRPC server -- `spring-grpc-server-spring-boot-starter` provides Servlet gRPC server +- `spring-grpc-server-web-spring-boot-starter` provides Servlet gRPC server The current coarse-grained starter `spring-grpc-spring-boot-starter` still provides Netty gRPC server and client.