Skip to content

Commit bbc9b9a

Browse files
viniciusvastigsmet
authored andcommitted
Fix rest-client-jackson add extension name
As per the statement right before the described command, I think the extension being added should be "rest-client-jackson" instead of "rest-client-reactive-jackson" (cherry picked from commit d80f220)
1 parent 0ba3461 commit bbc9b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/rest-client.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This command generates the Maven project with a REST endpoint and imports:
4545
If you already have your Quarkus project configured, you can add the `rest-client-jackson` extension
4646
to your project by running the following command in your project base directory:
4747

48-
:add-extension-extensions: rest-client-reactive-jackson
48+
:add-extension-extensions: rest-client-jackson
4949
include::{includes}/devtools/extension-add.adoc[]
5050

5151
This will add the following to your build file:

0 commit comments

Comments
 (0)