From 341e4e48ffe26d5625e066bad36a75c6b1150c12 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Fri, 2 Jan 2026 13:54:17 +1100 Subject: [PATCH] Fix formatting --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6c6ed45..a8c0d59 100644 --- a/README.md +++ b/README.md @@ -126,18 +126,18 @@ To use the plugin: ``` . -├── docs/ # Documentation files -├── js/ # Application modules -│ ├── EventBus.js # Pub-sub event system -│ ├── IndexService.js # Document index management -│ ├── SearchService.js# Search with caching -│ ├── DOMService.js # DOM manipulation & accessibility -│ ├── DocumentService.js # Markdown loading & caching +├── docs/ # Documentation files +├── js/ # Application modules +│ ├── EventBus.js # Pub-sub event system +│ ├── IndexService.js # Document index management +│ ├── SearchService.js # Search with caching +│ ├── DOMService.js # DOM manipulation & accessibility +│ ├── DocumentService.js # Markdown loading & caching │ ├── NavigationService.js # Browser history handling -│ └── Documentation.js # Main orchestrator -├── build-docs.js # Documentation builder -├── index.html # Main viewer -└── styles.css # Styling +│ └── Documentation.js # Main orchestrator +├── build-docs.js # Documentation builder +├── index.html # Main viewer +└── styles.css # Styling ``` ### Architecture