From a19d7244225312bab2cc2ddf5ffaa583238bada1 Mon Sep 17 00:00:00 2001 From: Idan Adar Date: Tue, 19 Sep 2023 13:14:34 +0300 Subject: [PATCH] patch: Adding get secret by name --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a435f773..d6080087 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,7 @@ the [IBM Java SDK Core documentation](https://github.com/IBM/java-sdk-core/blob/ ### Basic usage -- Use the `setServiceUrl` method to set the endpoint URL that is specific to your Secrets Manager service instance. To - find your endpoint URL, you can copy it from the **Endpoints** page in the Secrets Manager UI. +- Use the `setServiceUrl` method to set the endpoint URL that is specific to your Secrets Manager service instance. To find your endpoint URL, you can copy it from the **Endpoints** page in the Secrets Manager UI. #### Examples