From e477966a63c27e6ec0d2a3436805339670724612 Mon Sep 17 00:00:00 2001 From: SystemGlitch Date: Thu, 6 Jun 2019 17:16:00 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35ed9d0..899e061 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Just run `make all`. There are no dependencies. ### Sample program -Provide as many strings as you want. The programm will hash all of them in order. +Provide as many strings as you want. The program will hash all of them in order. ``` $ ./SHA256 "string" "string2"