From 97fbdb63cbd40d8cad71e5ea95684c42c918372f Mon Sep 17 00:00:00 2001 From: Peltoche Date: Sat, 24 Nov 2018 13:12:49 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9afa3f0..fe486f8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ project in rust. For now it only handle the `-l` format (used by default). - [ ] Handle the ls without the `-l` option (indentation included) - [ ] Handle the tree (`--tree`) output option - [ ] Handle the json (`--json`) output option -- [ ] Handle Named piped +- [ ] Handle Named pipes - [ ] Handle sockets - [ ] Handle block devices - [ ] Handle character devices