diff --git a/docs/addendum-10-crazy-command-list/README.md b/docs/addendum-10-crazy-command-list/README.md
index 03952cc..f444262 100644
--- a/docs/addendum-10-crazy-command-list/README.md
+++ b/docs/addendum-10-crazy-command-list/README.md
@@ -42,6 +42,6 @@ title: X - Crazy Command List
| Command | Description |
| --- | --- |
-| `ls [OPTIONS] [PATH]` | List information about files |
-| **Examples** | `ls -al`, `ls ~`, `ls /boot` |
-| **Common Options** | `-l` long listing
`-a` include hidden files
`-h` human readable format |
+| `tree [-a -L] ` | Directory listing command |
+| **Examples** | `tree -a`, `tree -L 2`, `tree` |
+| **Common Options** | `-L` Max depth
`-a` include hidden files
`-d` directories only |