From f3269b362819024dda689217bb8d915290ddca93 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Mon, 13 Dec 2021 15:11:22 +0100 Subject: [PATCH] readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index f279eb9..925af03 100644 --- a/readme.md +++ b/readme.md @@ -26,12 +26,12 @@ It's pretty ghetto, you know? * For data obfuscation * If your only other option would be no encryption at all -### I am not kidding, don't use this for critical stuff! Homebrew ciphers are most often shit! -Especially mine!🦯 +### I am not kidding, don't use this for critical stuff! Homebrew ciphers tend to be shit! +Especially mine!🗡️ ## How do I use this? ##### Installation -Download the `.h` and `.cpp` file in [INCLUDE/](https://github.com/Leonetienne/GhettoCrypt/tree/master/INCLUDE) and add them to your projects files. *Single-header-magic*. +Download the `.h` and `.cpp` file from [INCLUDE/](https://github.com/Leonetienne/GhettoCrypt/tree/master/INCLUDE) and add them to your projects files. *Single-header-magic*. ##### Working with strings ```c++