From 88c3f9d3019f07fadb9ca65d2bdb1e1cc23c7f49 Mon Sep 17 00:00:00 2001 From: Dan Clayton Date: Tue, 20 Jun 2017 10:05:07 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35edcb4..e5bed79 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Python-based tool used to encrypt/decrypt via the command-line or API using symm ```bash pip install git+https://github.com/azweb76/x-crypto [--upgrade] ``` - + ## Usage (encrypt) To encrypt text. @@ -32,4 +32,4 @@ xcrypto decrypt "pFU2+m740G1pXzlZacgPPQ==" # from stdin echo "pFU2+m740G1pXzlZacgPPQ==" | xcrypto encrypt - # returns "my text" -``` \ No newline at end of file +```