Skip to content

Commit cfd9881

Browse files
committed
unchanged readme.md
1 parent 94a9be8 commit cfd9881

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

implement-shell-tools/ls/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Your task is to implement your own version of `ls`.
66

77
It must act the same as `ls` would, if run from the directory containing this README.md file, for the following command lines:
88

9-
* `ls -1`
10-
* `ls -1 sample-files`
11-
* `ls -1 -a sample-files`
9+
- `ls -1`
10+
- `ls -1 sample-files`
11+
- `ls -1 -a sample-files`
1212

1313
Matching any additional behaviours or flags are optional stretch goals.
1414

0 commit comments

Comments
 (0)