From 9c700bd8c01855ade17e74b43e7b990102063c72 Mon Sep 17 00:00:00 2001 From: Tait Hoyem <44244401+TTWNO@users.noreply.github.com> Date: Tue, 11 Jun 2019 04:02:14 +0000 Subject: [PATCH] cat gettysburg.txt | ./morse -> ./morse < gettysburg.txt --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 50ceece..39595c2 100644 --- a/README +++ b/README @@ -15,7 +15,7 @@ This will *probably* change later, but I don't know how it works really. ### Tests: -`cat gettysburg.txt | ./morse` should let you know if something went wrong. +`./morse < gettysburg.txt` should let you know if something went wrong. It's quite a long passage in terms of what this program is meant to do, so if that woks, basically anything will. ## Behvaiour: