From c40b2034d6b908a9fa825ca8288ce4cfb8596fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ebest=C3=AD=C4=8Dek?= <44745014+SebestikCZ@users.noreply.github.com> Date: Sun, 20 Mar 2022 17:32:49 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d9aee3e..23b1bc2 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ To **decrypt** text, use function `decrypt()` from file `./index.js`. //SECOND VARIANT var yourText = encryptText("Put here text, you want encrypt..."); //See? You don't have to use Your key. Program will automatically generate one for you. ``` -**WARNING!** The key from encryption will be printed out along the text value as an object -_Note: exit codes -`-2` - invalid key -`0` - operation completed successfully +**WARNING!** The key from encryption will be printed out along the text value as an object \ +_Note: exit codes \ +`-2` - invalid key \ +`0` - operation completed successfully \ `-1` - operation failed, description available using error property_ - Decryption: