diff --git a/README.md b/README.md
index 0634565..026ba21 100644
--- a/README.md
+++ b/README.md
@@ -5,16 +5,16 @@ A Chrome extension that groups workflows whose names contain `/` into collapsibl
## Before / After
| Before | After |
-|--------|-------|
-| `frontend/build` | **frontend/** (collapsible) |
-| `frontend/lint` | ├ `build` |
-| `frontend/test` | ├ `lint` |
-| `publish/libs` | └ `test` |
-| | **publish/** |
-| | └ `libs` |
+|:--------:|:-------:|
+|
|
|
+
+Of course, you can expand it!
+
+
## Features
+
- Splits workflow names at the first `/` into folders (`frontend/tests/unit` → folder `frontend`, display name `tests/unit`)
- Fetches all workflows in parallel from a GitHub internal endpoint for fast bulk loading
- Collapsible folders with auto-expand for folders containing the active workflow