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