From f420c84cbfa9a50a49d62bcf2c8dc5190cbe6700 Mon Sep 17 00:00:00 2001 From: Craig Lurey Date: Tue, 27 Aug 2024 12:37:08 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e887435..4d4155b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Windows Credential Utility -This utility interacts with the native windows APIs to store and retrieve secrets from Windows Credential Manager. It can be used by any integration, plugin, or code base to store and retrieve credentials, secrets, and passwords in the Linux Keyring simply and natively. +This utility interacts with the native windows APIs to store and retrieve secrets from Windows Credential Manager. It can be used by any integration, plugin, or code base to store and retrieve credentials, secrets, and passwords in the Windows Credential Manager simply and natively. To use this utility, you can deploy the pre-built binary from the releases page, or by importing it into your code base. Both use cases are covered below.