From 7b919511712d817e7f9e42cddabc816fb71b5e2f Mon Sep 17 00:00:00 2001 From: Pavlo Chernykh <526266+pavlo-v-chernykh@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:24:27 -0500 Subject: [PATCH] Update README.md Eliminate the "Example" section, retaining only the reference to the examples directory in the README.md file --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 92ef82e..3c39e99 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ A go (golang) implementation of Java [KeyStore][1] encoder/decoder Take into account that JKS assumes that private keys are PKCS8 encoded. -## Example - For examples explore [examples](examples) directory ## Used by