From 89ff4b7c4d66062e2107eaab482c3bf752da48b4 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 8 Jun 2018 09:36:43 +0200 Subject: now formatting for command example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3ed98d..209a5bb 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Just feed `nthash` with the password on standard input. Please not that `nthash` does not strip new lines from input. You may want to use `echo` with option `-n`: -> echo -n test | nthash -> 0cb6948805f797bf2a82807973b89537 + $ echo -n test | nthash + 0cb6948805f797bf2a82807973b89537 ### Upstream -- cgit v1.2.3-54-g00ecf