just cant with this old README

This commit is contained in:
Mia T. Rain 2022-09-02 03:54:05 -04:00
parent e5011c78f5
commit 6b5b214866
Signed by: Mia
GPG Key ID: 5F40D66F94DECFE8
1 changed files with 7 additions and 8 deletions

15
README
View File

@ -1,11 +1,10 @@
# Morsh
---
Morsh
-- Morse code puresh decoder/encoder
## Usage
---
$ echo "<your morse code here>" | ./mosrh
<decoded text here>
$ echo "sample" | ./morese
<encoded text here>
Usage
-- $ echo "<your morse code here>" | ./mosrh
---- <decoded text here>
-- $ echo "sample" | ./morese
---- <encoded text here>
---