Skip to content

Added missing argument, plus minor edits. #894

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions kms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Google [Cloud Key Management Service](https://cloud.google.com/kms/) is a
cloud-hosted key management service that lets you manage encryption for your
cloud services the same way you do on-premise. You can generate, use, rotate and
destroy AES256 encryption keys. These sample Java applications demonstrate
destroy AES-256 encryption keys. These sample Java applications demonstrate
how to access the KMS API using the Google Java API Client Libraries.

## Quickstart
Expand All @@ -17,7 +17,7 @@ Build your project with:
You can run the quickstart with:

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

and can see the available snippet commands with:

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

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