diff --git a/docs/addendum-10-crazy-command-list/README.md b/docs/addendum-10-crazy-command-list/README.md
index 03952cc..53cd4c6 100644
--- a/docs/addendum-10-crazy-command-list/README.md
+++ b/docs/addendum-10-crazy-command-list/README.md
@@ -42,6 +42,7 @@ 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 |
+| `wc [OPTIONS] [FILE]` | Word count |
+| **Examples** | `wc example.txt `, `wc -l example.txt`, `wc -m example.txt` |
+| **Common Options** | `-l` print the byte count
`-m` print the character counts
+| --- | --- |
\ No newline at end of file