From 3030d2a477d2f548d5dc7978c1000e79ffbec2af Mon Sep 17 00:00:00 2001 From: Odilitime Date: Fri, 8 Feb 2019 14:57:04 -0800 Subject: [PATCH] update strip params --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0e8002..a25d669 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Snerx Strip Cipher (SSC) ## Play with it -This makes a key with a range of 394, encrypts a string into a message, and decrypts that message back into a string -`# node strip.js ` +This makes a key, encrypts a string into a message, and decrypts that message back into a string +`# node strip.js ` (strip takes same params as makeKey) ## Command Line Interface