diff --git a/README.md b/README.md index 5d6015c..6da2966 100644 --- a/README.md +++ b/README.md @@ -121,9 +121,9 @@ $ touch trick.md ### c. `cat` It can be used for the following purposes under UNIX or Linux Display text files on screen -Copy text files -Combine text files -Create new text files +* Copy text files +* Combine text files +* Create new text files ```bash cat filename cat file1 file2