Skip to content

Commit

Permalink
Fix rest-client-jackson add extension name
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
viniciusvasti authored and gsmet committed Apr 23, 2024
1 parent 0ba3461 commit bbc9b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/rest-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This command generates the Maven project with a REST endpoint and imports:
If you already have your Quarkus project configured, you can add the `rest-client-jackson` extension
to your project by running the following command in your project base directory:

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

This will add the following to your build file:
Expand Down

0 comments on commit bbc9b9a

Please sign in to comment.