Skip to content

Commit f74141c

Browse files
committed
Remove the reactive from the rest client name
1 parent 715b4bf commit f74141c

File tree

1 file changed

+3
-3
lines changed
  • quarkus-workshop-super-heroes/docs/src/docs/asciidoc/core-rest-client

1 file changed

+3
-3
lines changed

quarkus-workshop-super-heroes/docs/src/docs/asciidoc/core-rest-client/rest-clients.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ We are going to rework the:
6363
* `FightResourceTest` class
6464
* `application.properties`
6565

66-
== Installing the Reactive REST Client Dependency
66+
== Installing the REST Client Dependency
6767

6868
[example, role="cta"]
6969
--
7070

71-
To install the Reactive REST Client dependency, just run the following command in the Fight microservice:
71+
To install the REST Client dependency, just run the following command in the Fight microservice:
7272

7373
[source,shell]
7474
----
@@ -86,7 +86,7 @@ This will add the following dependency in the `pom.xml` file:
8686
</dependency>
8787
----
8888

89-
This dependency imports both the reactive rest client implementation and the JSON mapping support (which uses Jackson).
89+
This dependency imports both the REST client implementation and the JSON mapping support (which uses Jackson).
9090

9191
== FightService Invoking External Microservices
9292

0 commit comments

Comments
 (0)