Skip to content

Commit aa9a21d

Browse files
author
Walter Poupore
committed
Updates READ with minor corrections
1 parent 50371cc commit aa9a21d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kms/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Google [Cloud Key Management Service](https://cloud.google.com/kms/) is a
44
cloud-hosted key management service that lets you manage encryption for your
55
cloud services the same way you do on-premise. You can generate, use, rotate and
6-
destroy AES256 encryption keys. These sample Java applications demonstrate
6+
destroy AES-256 encryption keys. These sample Java applications demonstrate
77
how to access the KMS API using the Google Java API Client Libraries.
88

99
## Quickstart
@@ -17,7 +17,7 @@ Build your project with:
1717
You can run the quickstart with:
1818

1919
java -cp target/kms-samples-1.0.0-jar-with-dependencies.jar \
20-
com.example.Quickstart [your-project-id]
20+
com.example.Quickstart [your-project-id] [your-location]
2121

2222
and can see the available snippet commands with:
2323

@@ -27,4 +27,4 @@ and can see the available snippet commands with:
2727
For example:
2828

2929
java -cp target/kms-samples-1.0.0-jar-with-dependencies.jar \
30-
com.example.Snippets createKeyRing -p <your-project-id> myFirstKeyRing
30+
com.example.Snippets createKeyRing -p <your-project-id> <location> myFirstKeyRing

0 commit comments

Comments
 (0)