Update README.md

This commit is contained in:
Hamza elkhatri 2022-07-26 18:22:27 +01:00
parent f81cc27798
commit 21a3749dcc
1 changed files with 2 additions and 0 deletions

View File

@ -23,4 +23,6 @@ $ go run . "Carl Jon Mic" | cat -e
Error$
$ go run . "ROB" | cat -e
Error$
$ go run . "ROB FASEM" | cat -e
FASEM ROB$
```