Skip to content

Commit

Permalink
Update amazon-dynamodb.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling authored and gsmet committed Aug 24, 2020
1 parent 2d2e1dc commit 2680061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/amazon-dynamodb.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ The implementation is pretty straightforward and you just need to define your en
== Configuring DynamoDB clients

Both DynamoDB clients (sync and async) are configurable via the `application.properties` file that can be provided in the `src/main/resources` directory.
Additionally, you need to added to the classpath a proper implementation of the sync client. By default the extension uses URL connection HTTP client, so
Additionally, you need to add to the classpath a proper implementation of the sync client. By default the extension uses the URL connection HTTP client, so
you need to add a URL connection client dependency to the `pom.xml` file:

[source,xml]
Expand All @@ -332,7 +332,7 @@ you need to add a URL connection client dependency to the `pom.xml` file:
</dependency>
----

If you want to use Apache HTTP client instead, configure it as follows:
If you want to use the Apache HTTP client instead, configure it as follows:
[source,properties]
----
quarkus.dynamodb.sync-client.type=apache
Expand Down

0 comments on commit 2680061

Please sign in to comment.