Skip to content

Commit fb4aef3

Browse files
committed
README update
1 parent b06c630 commit fb4aef3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To use this client you must have:
1111

1212
If you do not have one, go to [Java SE Downloads](https://www.oracle.com/technetwork/java/javase/downloads/index.html) on the Oracle website, then download and install the Java SE Development Kit (JDK). Java 8 or higher is recommended.
1313

14-
You must have an Amazon Web Services (AWS) account to access secrets stored in AWS Secrets Manager and use AWS SDK for Java.
14+
An Amazon Web Services (AWS) account to access secrets stored in AWS Secrets Manager and use AWS SDK for Java.
1515

1616
* **To create an AWS account**, go to [Sign In or Create an AWS Account](https://portal.aws.amazon.com/gp/aws/developer/registration/index.html) and then choose **I am a new user.** Follow the instructions to create an AWS account.
1717

@@ -25,8 +25,8 @@ You can get the latest release from Maven:
2525

2626
```xml
2727
<dependency>
28-
<groupId>com.amazonaws</groupId>
29-
<artifactId>aws-secretsmanager-caching-client-java</artifactId>
28+
<groupId>com.amazonaws.secretsmanager</groupId>
29+
<artifactId>aws-secretsmanager-caching-java</artifactId>
3030
<version>1.0.0</version>
3131
</dependency>
3232
```

0 commit comments

Comments
 (0)