From 91a376ef7458f12bd8d062953441203a0bb1fb99 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 22 Jun 2015 20:26:42 +0200 Subject: [PATCH] Correct typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16667e6..e2dd3fb 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Possible values for HashAlgo (not case sensitive): - SHA384 - SHA512 -If HashAlgo nor specified, SHA-1 is used by default. +If HashAlgo is not specified, SHA-1 is used by default. ResultFileName specifies an optional text file where the result will be appended. -if -nowait is specified, program will exit immediately after displaying the hash result. Otherwise, it prompts user to hit a key before it exits. \ No newline at end of file +if -nowait is specified, program will exit immediately after displaying the hash result. Otherwise, it prompts user to hit a key before it exits.