diff --git a/mygrep/README.md b/mygrep/README.md index cead972..78ecd1c 100644 --- a/mygrep/README.md +++ b/mygrep/README.md @@ -3,8 +3,8 @@ A reduced variation of the Unix-command `grep`. It reads in several files and prints all lines containing a keyword. -` SYNOPSIS - mygrep [-i] [-o outfile] keyword [file...] ` + SYNOPSIS + mygrep [-i] [-o outfile] keyword [file...] The program `mygrep` reads files line by line and for each line checks whether it contains the search term keyword. The line is printed if it contains the keyword, otherwise it is not printed.