From b1d2f47749119123baac2753b67e42e8e20200e4 Mon Sep 17 00:00:00 2001 From: Matt Weeden Date: Fri, 5 Apr 2024 13:51:29 -0500 Subject: [PATCH 1/2] Update README.md (small typos) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c7e65356..64f3121ac 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ The following examples show how you can include different types of special chara ); ``` - Note that previously you needed to use a double equal sign (==) to escape the character. However, beginning with version 2.0.18, you can use a single equal size. + Note that previously you needed to use a double equals sign (==) to escape the character. However, beginning with version 2.0.18, you can use a single equals sign. ### Other Authentication Methods From 9f4aede03dda0679215602aecaced6130622307a Mon Sep 17 00:00:00 2001 From: Matt Weeden Date: Fri, 5 Apr 2024 14:15:41 -0500 Subject: [PATCH 2/2] Update README.md (typo in key-pair auth section) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64f3121ac..ae27253ba 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ If you are using a different method for authentication, see the examples below: where: - - `{pathToThePrivateKeyFile}` is the path to the file containing the unencrypted private key. + - `{pathToThePrivateKeyFile}` is the path to the file containing the encrypted private key. - `{passwordForDecryptingThePrivateKey}` is the password for decrypting the private key. - Specify an unencrypted private key (read from a file):