diff --git a/README.adoc b/README.adoc index 87200ca..dd798e7 100644 --- a/README.adoc +++ b/README.adoc @@ -245,7 +245,7 @@ The [hotspot=getProperty file=0]`getProperty()` method implements the unary RPC // update server.xml [role='code_command hotspot file=1', subs="quotes"] ---- -#Replace the system's server.xml configuration file.# +#Replace the system's `server.xml` configuration file.# `system/src/main/liberty/config/server.xml` ---- @@ -276,7 +276,7 @@ The `PropertiesResource` class provides RESTful endpoints to interact with the ` // update server.xml [role='code_command hotspot file=3', subs="quotes"] ---- -#Replace the query's server.xml configuration file.# +#Replace the query's `server.xml` configuration file.# `query/src/main/liberty/config/server.xml` ---- @@ -286,7 +286,7 @@ query/server.xml include::finish/query/src/main/liberty/config/server.xml[] ---- -Add the [hotspot=grpc file=3]`grpc` and [hotspot=grpcClient file=3]`grpcClient` features to the Liberty's `server.xml` configuration file for the `query` service. These two features enable gRPC server and client support on Liberty respectively. Configure the [hotspot=grpcClientConfig file=3]`grpcClient` feature with the `headersToPropagate` and `target` attributes. If you want to learn more about `grpcClient` feature configuration, see the https://openliberty.io/docs/latest/reference/config/grpcClient.html[GRPC Client Properties^]. +Add the [hotspot=grpc file=3]`grpc` and [hotspot=grpcClient file=3]`grpcClient` features to the Liberty `server.xml` configuration file for the `query` service. These two features enable gRPC server and client support on Liberty respectively. Configure the [hotspot=grpcClientConfig file=3]`grpcClient` feature with the `headersToPropagate` and `target` attributes. If you want to learn more about `grpcClient` feature configuration, see the https://openliberty.io/docs/latest/reference/config/grpcClient.html[GRPC Client Properties^]. Because you are running the `system` and `query` services in dev mode, the changes that you made are automatically picked up. You’re now ready to check out your application in your browser.