diff --git a/README.md b/README.md
index 9048575..2600300 100644
--- a/README.md
+++ b/README.md
@@ -1,71 +1,98 @@
-
-
-

+
+
+
----
+
Super Clean
-[](https://github.com/CodingWithCalvin/VS-SuperClean/blob/main/LICENSE)
-[](https://github.com/CodingWithCalvin/VS-SuperClean/actions/workflows/build.yml)
+
+ Clean your solution the way it should have always worked!
+
-[](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-SuperClean)
-[](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-SuperClean)
-[](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-SuperClean)
-[](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-SuperClean)
+
+
+
+
+
+
+
+
-๐งน **Clean your solution the way it should have always worked!**
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-Tired of lingering build artifacts causing mysterious issues? **Super Clean** nukes those `bin` and `obj` folders with a single click โ no more hunting through folders manually! โจ
+---
-
+Tired of lingering build artifacts causing mysterious issues? **Super Clean** nukes those `bin` and `obj` folders with a single click - no more hunting through folders manually!
-## โจ Features
+## Features
| Feature | Description |
|---------|-------------|
-| ๐๏ธ **Solution-level cleaning** | Right-click the solution to clean all projects at once |
-| ๐ **Project-level cleaning** | Right-click individual projects to clean just that project |
-| ๐๏ธ **Removes bin folder** | Deletes the entire `bin` directory and all its contents |
-| ๐ฆ **Removes obj folder** | Deletes the entire `obj` directory and all its contents |
-| โก **Fast and reliable** | Quick deletion without the overhead of MSBuild's Clean target |
+| **Solution-level cleaning** | Right-click the solution to clean all projects at once |
+| **Project-level cleaning** | Right-click individual projects to clean just that project |
+| **Removes bin folder** | Deletes the entire `bin` directory and all its contents |
+| **Removes obj folder** | Deletes the entire `obj` directory and all its contents |
+| **Fast and reliable** | Quick deletion without the overhead of MSBuild's Clean target |
-## ๐ฅ Installation
+## Installation
-### Visual Studio Marketplace (Recommended)
+### Visual Studio Marketplace
-[](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-SuperClean)
+1. Open Visual Studio 2022 or 2026
+2. Go to **Extensions > Manage Extensions**
+3. Search for "Super Clean"
+4. Click **Download** and restart Visual Studio
### Manual Installation
-1. ๐ฅ Download the `.vsix` file from the [Releases](https://github.com/CodingWithCalvin/VS-SuperClean/releases) page
-2. ๐ฑ๏ธ Double-click the downloaded file to install
+Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCalvin/VS-SuperClean/releases) page and double-click to install.
-## ๐ฎ Usage
+## Usage
-1. ๐ฑ๏ธ Right-click on a **Solution** or **Project** in Solution Explorer
-2. ๐ Select **Super Clean**
-3. ๐งน Watch those `bin` and `obj` folders disappear!
+1. Right-click on a **Solution** or **Project** in Solution Explorer
+2. Select **Super Clean**
+3. Watch those `bin` and `obj` folders disappear!
-## ๐ป Supported Versions
+## Supported Versions
| Visual Studio | Architectures |
|---------------|---------------|
-| ๐ข Visual Studio 2022 (17.x) | x64 (amd64), ARM64 |
-| ๐ข Visual Studio 2026 (18.x) | x64 (amd64), ARM64 |
+| Visual Studio 2022 (17.x) | x64 (amd64), ARM64 |
+| Visual Studio 2026 (18.x) | x64 (amd64), ARM64 |
-## ๐ License
+## Contributing
-This project is licensed under the [MIT License](LICENSE).
+Contributions are welcome! Whether it's bug reports, feature requests, or pull requests - all feedback helps make this extension better.
-## ๐ค Contributing
+### Development Setup
-Contributions are welcome! Issues, PRs, feature requests โ bring it on! ๐ช
+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. Install the [Extensibility Essentials 2022](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityEssentials2022) extension
+5. Press F5 to launch the experimental instance
-For cloning and building this project yourself, make sure to install the [Extensibility Essentials 2022 extension](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityEssentials2022) for Visual Studio which enables some features used by this project.
+## License
+
+This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
+
+---
-## ๐ฅ Contributors
+## Contributors
-[](https://github.com/CalvinAllen)
---