From 6e6ff8b04dc8a63ccfe81570185bdd0bef649928 Mon Sep 17 00:00:00 2001 From: SebestikCZ Date: Sun, 20 Mar 2022 17:31:40 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e2bc220..d9aee3e 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ *Yeah.* -This project is made 'like a library', so compiling is useless... :) - ### Table of contents - [Using in Your projects](#using-in-your-projects) @@ -22,7 +20,7 @@ To **decrypt** text, use function `decrypt()` from file `./index.js`. - Encryption: ```js - const { encrypt, decrypt } = require("WHY2-Encryption-System"); + const { encrypt, decrypt } = require("why2-encryption-system.js"); //FIRST VARIANT var yourText = encryptText("Put here text, you want encrypt...", "tzXlZGxkhfYOvRthqokDrmGFyDMylgmeIlrJTpVAwuqrLjABXM"); //The second thing is Your **key**. (The key must be atleast 50 characters long!)