From 44526ca2c757255d9a27acd37ade27668a899ef6 Mon Sep 17 00:00:00 2001 From: Kristen O'Leary Date: Tue, 19 Feb 2019 16:21:02 -0500 Subject: [PATCH] Update KMS README.md to include link to code examples. --- google-cloud-clients/google-cloud-kms/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/google-cloud-clients/google-cloud-kms/README.md b/google-cloud-clients/google-cloud-kms/README.md index c361bb73fdc8..1608de4aa856 100644 --- a/google-cloud-clients/google-cloud-kms/README.md +++ b/google-cloud-clients/google-cloud-kms/README.md @@ -55,6 +55,9 @@ You will need a [Google Developers Console](https://console.developers.google.co #### Installation and setup You'll need to obtain the `google-cloud-kms` library. See the [Quickstart](#quickstart) section to add `google-cloud-kms` as a dependency in your code. +#### Examples +More information including Java getting started examples can be found in the [KMS documentation](https://cloud.google.com/kms/docs/reference/libraries). + Troubleshooting ---------------