From c97d55c9b0f4c7262ae1de06d1d1bbc4d4931310 Mon Sep 17 00:00:00 2001 From: Tait Hoyem <44244401+TTWNO@users.noreply.github.com> Date: Tue, 11 Jun 2019 09:43:53 +0000 Subject: [PATCH] Merge old readme changes --- README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README b/README index a81405d..38e5bb8 100644 --- a/README +++ b/README @@ -10,12 +10,11 @@ You can pipe data in to be morse codeified ### Limits: -`65535` bytes of data is the maximum amount currently allowed in one go. -This will *probably* change later, but I don't know how it works really. +Cannot currently convert from morse code back to letters. ### 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: