From 8de51d34f2a0e46d832b276e0cef86625e72d0ec Mon Sep 17 00:00:00 2001 From: Aadish M <89965681+Aavtic@users.noreply.github.com> Date: Thu, 1 May 2025 12:23:58 +0530 Subject: [PATCH] Just a minor readme mistake that i found --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee547a1..6a70756 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Add `scream_cypher` to your project: cargo add scream_cypher ``` -You can then use `scream_cypher::encrypt` and `scream_cypher::encrypt` to +You can then use `scream_cypher::encrypt` and `scream_cypher::decrypt` to encrypt and decrypt messages: ```rs