diff options
| -rw-r--r-- | team-1/reading-a-file.txt | 5 | ||||
| -rw-r--r-- | team-2/reading-a-file.txt | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/team-1/reading-a-file.txt b/team-1/reading-a-file.txt index 0473ac3..f2427ca 100644 --- a/team-1/reading-a-file.txt +++ b/team-1/reading-a-file.txt @@ -11,6 +11,5 @@ If it's a long file, you may find it useful to use `less` instead: less file-name -This opens the file up for you to scroll through. You can scroll down with <d>, -up with <u>, and quit with <q>. - +This opens the file up for you to scroll through. You can scroll down with `d`, +up with `u`, and quit with `q`. diff --git a/team-2/reading-a-file.txt b/team-2/reading-a-file.txt index 0473ac3..f2427ca 100644 --- a/team-2/reading-a-file.txt +++ b/team-2/reading-a-file.txt @@ -11,6 +11,5 @@ If it's a long file, you may find it useful to use `less` instead: less file-name -This opens the file up for you to scroll through. You can scroll down with <d>, -up with <u>, and quit with <q>. - +This opens the file up for you to scroll through. You can scroll down with `d`, +up with `u`, and quit with `q`. |
