From a55c40ddff9d5b294b0de293a3a34bc20f6e441c Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:01:59 +0200 Subject: [PATCH] Fix --- docs/encryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/encryption.md b/docs/encryption.md index bd398f8..f19a151 100644 --- a/docs/encryption.md +++ b/docs/encryption.md @@ -57,7 +57,7 @@ $stmt->bindParam(':data', $encryptedData); $stmt->execute(); ``` -## 4. Database installation (please choose one): +## 4. Using the Key for Select Operations ```php // Assuming $pdo is your PDO instance