diff --git a/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc b/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc index 0b59491b..57cc6827 100644 --- a/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc +++ b/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc @@ -66,7 +66,7 @@ If you’re a Maven user, you can use the dependencies by adding the following t - org.springframework.ai + org.springframework.grpc spring-grpc-dependencies 0.2.0-SNAPSHOT pom @@ -148,4 +148,4 @@ then in `application.properties`: spring.grpc.client.channels.local.address=0.0.0.0:9090 ---- -There is a default named channel (named "default") that you can configure in the same way, and then it will be used by default if there is no channel with the name specified in the channel creation. \ No newline at end of file +There is a default named channel (named "default") that you can configure in the same way, and then it will be used by default if there is no channel with the name specified in the channel creation.