diff options
Diffstat (limited to 'team-2/reading-a-file.txt')
| -rw-r--r-- | team-2/reading-a-file.txt | 5 |
1 files changed, 2 insertions, 3 deletions
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`. |
