Skip to content

Commit 77c6557

Browse files
committed
docs(README): fix MPL name
1 parent 7f3ede7 commit 77c6557

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ To use the DB-ESDK for DynamoDB in Java, you must have:
4747
you must also download and install
4848
the [Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files](http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html).
4949

50-
* **Declared a Dependency on the DB-ESDK for DynamoDB in Java and it's dependencies**
50+
* **Declare a Dependency on the DB-ESDK for DynamoDB in Java and it's dependencies**
5151
The DB-ESDK for DynamoDB in Java requires the DynamoDB,
5252
Dynamodb-Enhanced, and KMS clients from the AWS SDK for Java V2.
53-
It also requires the AwsCryptographicMaterialProviders library.
53+
It also requires the AWS Cryptographic Material Providers library.
5454

5555
* **Via Gradle Kotlin**
5656
In a Gradle Java Project, add the following to the _dependencies_ section:
5757
```kotlin
5858
implementation("software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:3.0.0")
59-
implementation("software.amazon.cryptography:AwsCryptographicMaterialProviders:1.0.0")
59+
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.0.0")
6060
implementation(platform("software.amazon.awssdk:bom:2.19.1"))
6161
implementation("software.amazon.awssdk:dynamodb")
6262
implementation("software.amazon.awssdk:dynamodb-enhanced")
@@ -99,7 +99,7 @@ To use the DB-ESDK for DynamoDB in Java, you must have:
9999
</dependency>
100100
<dependency>
101101
<groupId>software.amazon.cryptography</groupId>
102-
<artifactId>AwsCryptographicMaterialProviders</artifactId>
102+
<artifactId>aws-cryptographic-material-providers</artifactId>
103103
<version>1.0.0</version>
104104
</dependency>
105105
</dependencies>

0 commit comments

Comments
 (0)