diff --git a/README.md b/README.md
index c9e5b58..4e6c2bd 100644
--- a/README.md
+++ b/README.md
@@ -1,293 +1,270 @@
-
+
-π Debugalizers
+Debugalizers
-
-
-
+ A powerful collection of debug visualizers for Visual Studio with beautiful formatting and syntax highlighting
-
-
-
+
+
+
+
+
+
----
-
-A **powerful collection** of debug visualizers for Visual Studio, providing beautiful formatting, syntax highlighting, and specialized views for common string data types. Stop squinting at raw JSON in the debugger! π―β¨
+
+
+
+
+
+
+
+
+
+
+
+
+
+
---
-## β¨ Updated Interface
+## Updated Interface
-
-
+
+
The new modern Debugalizers interface
> **Note:** The screenshots below were captured before the UI overhaul. The updated interface shown above features a modernized design with improved theming, rounded corners, and a cleaner layout. All functionality remains the same.
----
-
-## πΈ Screenshots
+## Screenshots
-
-
+
+
Choose from 30+ specialized visualizers
-
-
+
+
JSON - Formatted View
|
-
-
+
+
XML - Pretty Printed
|
-
-
+
+
HTML - Formatted View
|
-
-
+
+
HTML - Rendered Preview
|
-
-
+
+
Markdown - Rendered Preview
|
-
-
+
+
JWT - Claims Table
|
-
-
+
+
Base64 - Image Preview
|
-
-
+
+
URI - Parsed Components
|
-
-
+
+
Connection String - Parsed Table
|
-
-
+
+
JSON - Raw View
|
----
+## Features
-## π Features
+- **30+ Visualizers** - JSON, XML, JWT, Base64, images, and many more
+- **Multiple Views** - Raw, Formatted, Tree, Table, Hex, Rendered, and Image
+- **Syntax Highlighting** - Beautiful code highlighting via AvalonEdit
+- **Search** - Find text within large content (Ctrl+F)
+- **Copy & Export** - Copy raw/formatted content or export to file
+- **Multi-Architecture** - Supports both x64 and ARM64 systems
-- π¨ **30+ Visualizers** β JSON, XML, JWT, Base64, images, and many more
-- π³ **Multiple Views** β Raw, Formatted, Tree, Table, Hex, Rendered, and Image
-- ποΈ **Syntax Highlighting** β Beautiful code highlighting via AvalonEdit
-- π **Search** β Find text within large content (Ctrl+F)
-- π **Copy & Export** β Copy raw/formatted content or export to file
-- π₯οΈ **Multi-Architecture** β Supports both x64 and ARM64 systems
+## Visualizer Catalog
----
-
-## π¦ Visualizer Catalog
-
-### π Data Formats
+### Data Formats
| Visualizer | Description | Views |
|------------|-------------|-------|
-| π **JSON** | API responses, config files | Formatted, Tree, Raw |
-| π° **XML** | SOAP, config, SVG | Formatted, Tree, Raw |
-| π **HTML** | Web content, email templates | Formatted, Rendered, Tree, Raw |
-| βοΈ **YAML** | Docker, K8s, CI/CD configs | Formatted, Tree, Raw |
-| π§ **TOML** | Rust configs, pyproject.toml | Formatted, Tree, Raw |
-| π **CSV/TSV** | Tabular data exports | Table, Raw |
-| π **INI** | Legacy config files | Formatted, Table, Raw |
-| π **Markdown** | Documentation strings | Rendered, Raw |
-| ποΈ **SQL** | Database queries | Formatted, Syntax Highlighted, Raw |
-| π **GraphQL** | API queries | Formatted, Syntax Highlighted, Raw |
-
-### π Encoded Data
+| **JSON** | API responses, config files | Formatted, Tree, Raw |
+| **XML** | SOAP, config, SVG | Formatted, Tree, Raw |
+| **HTML** | Web content, email templates | Formatted, Rendered, Tree, Raw |
+| **YAML** | Docker, K8s, CI/CD configs | Formatted, Tree, Raw |
+| **TOML** | Rust configs, pyproject.toml | Formatted, Tree, Raw |
+| **CSV/TSV** | Tabular data exports | Table, Raw |
+| **INI** | Legacy config files | Formatted, Table, Raw |
+| **Markdown** | Documentation strings | Rendered, Raw |
+| **SQL** | Database queries | Formatted, Syntax Highlighted, Raw |
+| **GraphQL** | API queries | Formatted, Syntax Highlighted, Raw |
+
+### Encoded Data
| Visualizer | Description | Views |
|------------|-------------|-------|
-| π€ **Base64** | Decode text from Base64 | Decoded, Hex, Raw |
-| πΌοΈ **Base64 Image** | Embedded images (data:image/...) | Image Preview, Raw |
-| π **URL Encoded** | Query strings, form data | Decoded, Raw |
-| π·οΈ **HTML Entities** | `&` β `&`, `<` β `<` | Decoded, Raw |
-| π‘ **Unicode Escape** | `\u0041` β `A` | Decoded, Raw |
-| π’ **Hex String** | `48656C6C6F` β `Hello` | Decoded, Hex, Raw |
-| π¦ **GZip/Deflate** | Compressed payloads | Decompressed, Raw |
+| **Base64** | Decode text from Base64 | Decoded, Hex, Raw |
+| **Base64 Image** | Embedded images (data:image/...) | Image Preview, Raw |
+| **URL Encoded** | Query strings, form data | Decoded, Raw |
+| **HTML Entities** | `&` β `&`, `<` β `<` | Decoded, Raw |
+| **Unicode Escape** | `\u0041` β `A` | Decoded, Raw |
+| **Hex String** | `48656C6C6F` β `Hello` | Decoded, Hex, Raw |
+| **GZip/Deflate** | Compressed payloads | Decompressed, Raw |
-### π‘οΈ Security & Auth Tokens
+### Security & Auth Tokens
| Visualizer | Description | Views |
|------------|-------------|-------|
-| π« **JWT** | Decode header, payload, expiry | Claims Table, Decoded, Raw |
-| π **SAML** | Decode assertions | XML Tree, Claims, Raw |
-| π **X.509 Certificate** | PEM/DER certificates | Details Table, Raw |
+| **JWT** | Decode header, payload, expiry | Claims Table, Decoded, Raw |
+| **SAML** | Decode assertions | XML Tree, Claims, Raw |
+| **X.509 Certificate** | PEM/DER certificates | Details Table, Raw |
-### π Structured Strings
+### Structured Strings
| Visualizer | Description | Views |
|------------|-------------|-------|
-| π **Connection String** | DB/service connections | Parsed Table, Raw |
-| π **URI/URL** | Full URL parsing | Parsed Parts, Query Params Table |
-| β **Query String** | `?foo=bar&baz=qux` | Key-Value Table, Raw |
-| π― **Regex** | Pattern visualization | Pattern Breakdown, Raw |
-| β° **Cron Expression** | Schedule expressions | Human Readable, Next Runs |
+| **Connection String** | DB/service connections | Parsed Table, Raw |
+| **URI/URL** | Full URL parsing | Parsed Parts, Query Params Table |
+| **Query String** | `?foo=bar&baz=qux` | Key-Value Table, Raw |
+| **Regex** | Pattern visualization | Pattern Breakdown, Raw |
+| **Cron Expression** | Schedule expressions | Human Readable, Next Runs |
-### πΎ Binary & Low-Level
+### Binary & Low-Level
| Visualizer | Description | Views |
|------------|-------------|-------|
-| π’ **Hex Dump** | Binary data as hex | Hex + ASCII |
-| π **GUID/UUID** | Format and version info | Formatted, Details |
-| π **Timestamp** | Unix epoch conversion | Human Readable, UTC/Local |
-| π **IP Address** | IPv4/IPv6 details | Formatted, CIDR Info |
-
----
+| **Hex Dump** | Binary data as hex | Hex + ASCII |
+| **GUID/UUID** | Format and version info | Formatted, Details |
+| **Timestamp** | Unix epoch conversion | Human Readable, UTC/Local |
+| **IP Address** | IPv4/IPv6 details | Formatted, CIDR Info |
-## π₯ Installation
+## Installation
-### From Visual Studio Marketplace
+### Visual Studio Marketplace
-[](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-Debugalizers)
-
-1. Open Visual Studio 2022
-2. Go to **Extensions** β **Manage Extensions**
-3. Search for "**Debugalizers**"
+1. Open Visual Studio 2022 or 2026
+2. Go to **Extensions > Manage Extensions**
+3. Search for "Debugalizers"
4. Click **Download** and restart Visual Studio
-### From Source
-
-```bash
-# 1. Clone the repository
-git clone https://github.com/CodingWithCalvin/VS-Debugalizers.git
-
-# 2. Build the solution
-dotnet build src/CodingWithCalvin.Debugalizers.slnx
+### Manual Installation
-# 3. Run tests
-dotnet test src/CodingWithCalvin.Debugalizers.slnx
+Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCalvin/VS-Debugalizers/releases) page and double-click to install.
-# 4. VSIX will be created in bin/Debug or bin/Release
-```
+## Usage
----
-
-## π Usage
-
-1. π΄ Set a breakpoint where a string variable is in scope
-2. βΈοΈ When the debugger hits the breakpoint, hover over the variable
-3. π Click the **magnifying glass** icon in the DataTip
-4. π Select the appropriate visualizer (e.g., "**Debugalizers: JSON**")
-5. β¨ The visualizer window opens with beautifully formatted content!
+1. Set a breakpoint where a string variable is in scope
+2. When the debugger hits the breakpoint, hover over the variable
+3. Click the **magnifying glass** icon in the DataTip
+4. Select the appropriate visualizer (e.g., "**Debugalizers: JSON**")
+5. The visualizer window opens with beautifully formatted content!
-
-
+
+
Select a visualizer from the list
-### β¨οΈ Keyboard Shortcuts
+### Keyboard Shortcuts
| Shortcut | Action |
|----------|--------|
-| `Ctrl+F` | π Search within content |
-| `Escape` | β Close visualizer window |
+| `Ctrl+F` | Search within content |
+| `Escape` | Close visualizer window |
-### π οΈ Toolbar Actions
+### Toolbar Actions
| Button | Action |
|--------|--------|
-| π **Copy** | Copy raw content to clipboard |
-| π **Copy Formatted** | Copy formatted content to clipboard |
-| πΎ **Export** | Save content to a file |
-| β©οΈ **Word Wrap** | Toggle word wrapping |
-
----
-
-## π Requirements
+| **Copy** | Copy raw content to clipboard |
+| **Copy Formatted** | Copy formatted content to clipboard |
+| **Export** | Save content to a file |
+| **Word Wrap** | Toggle word wrapping |
-- π» Visual Studio 2022 (17.8) or later
-- π§ .NET Framework 4.8
+## Requirements
----
+- Visual Studio 2022 (17.8) or later
+- .NET Framework 4.8
-## π οΈ Technology Stack
+## Technology Stack
| Component | Technology |
|-----------|------------|
-| π¨ Syntax Highlighting | AvalonEdit |
-| π JSON Parsing | Newtonsoft.Json |
-| π YAML Parsing | YamlDotNet |
-| π§ TOML Parsing | Tomlyn |
-| π« JWT Decoding | System.IdentityModel.Tokens.Jwt |
-| π Markdown Rendering | Markdig |
-| β° Cron Parsing | NCrontab |
-| π CSV Parsing | CsvHelper |
+| Syntax Highlighting | AvalonEdit |
+| JSON Parsing | Newtonsoft.Json |
+| YAML Parsing | YamlDotNet |
+| TOML Parsing | Tomlyn |
+| JWT Decoding | System.IdentityModel.Tokens.Jwt |
+| Markdown Rendering | Markdig |
+| Cron Parsing | NCrontab |
+| CSV Parsing | CsvHelper |
----
+## Contributing
-## π€ Contributing
+Contributions are welcome! Whether it's bug reports, feature requests, or pull requests - all feedback helps make this extension better.
-Contributions are welcome! Feel free to submit issues and pull requests. πͺ
+### Development Setup
-1. π΄ Fork the repository
-2. πΏ Create a feature branch (`git checkout -b feat/amazing-feature`)
-3. πΎ Commit your changes (`git commit -m 'feat: add amazing feature'`)
-4. π€ Push to the branch (`git push origin feat/amazing-feature`)
-5. π Open a Pull Request
+1. Clone the repository
+2. Open the solution in Visual Studio 2022 or 2026
+3. Ensure you have the "Visual Studio extension development" workload installed
+4. Press F5 to launch the experimental instance
----
-
-## π License
+## License
-This project is licensed under the **MIT License** β see the [LICENSE](LICENSE) file for details.
+This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
-## π₯ Contributors
+## Contributors
-[](https://github.com/CalvinAllen) [](https://github.com/lennartb-)
---
-
-
-### β If you find Debugalizers useful, please consider giving it a star! β
-
-*Made with β€οΈ for the Visual Studio community from Coding With Calvin*
-
-
+
+ Made with β€οΈ by Coding With Calvin
+