diff --git a/README.md b/README.md
index 14d73f7..97c2632 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,35 @@
-# Couchbase Explorer for Visual Studio
-
-
+
+Couchbase Explorer
+
Browse, explore, and manage your Couchbase data directly from Visual Studio
- Features •
- Installation •
- Getting Started •
- Roadmap •
- Contributing
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
---
@@ -50,24 +59,22 @@ Couchbase Explorer brings powerful database management capabilities directly int
## Installation
-### From Visual Studio Marketplace
+### Visual Studio Marketplace
-1. Open Visual Studio
-2. Go to **Extensions** → **Manage Extensions**
-3. Search for "**Couchbase Explorer**"
+1. Open Visual Studio 2022 or 2026
+2. Go to **Extensions > Manage Extensions**
+3. Search for "Couchbase Explorer"
4. Click **Download** and restart Visual Studio
-### From VSIX File
+### Manual Installation
-1. Download the latest `.vsix` file from [GitHub Releases](https://github.com/CodingWithCalvin/VS-CouchbaseExplorer/releases)
-2. Double-click the file to install
-3. Restart Visual Studio
+Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCalvin/VS-CouchbaseExplorer/releases) page and double-click to install.
-## Getting Started
+## Usage
### Opening Couchbase Explorer
-1. Go to **View** → **Couchbase Explorer**
+1. Go to **View > Couchbase Explorer**
2. The tool window will appear (by default, docked near Server Explorer)
### Adding a Connection
@@ -83,7 +90,7 @@ Couchbase Explorer brings powerful database management capabilities directly int
### Browsing Data
1. Right-click your connection and select **Connect**
-2. Expand the tree to browse: **Buckets** → **Scopes** → **Collections** → **Documents**
+2. Expand the tree to browse: **Buckets > Scopes > Collections > Documents**
3. Double-click any document to view its contents
## Requirements
@@ -106,30 +113,30 @@ Have a feature request? [Open an issue](https://github.com/CodingWithCalvin/VS-C
## Contributing
-Contributions are welcome! Whether it's bug reports, feature requests, or pull requests - we appreciate all feedback.
+Contributions are welcome! Whether it's bug reports, feature requests, or pull requests - all feedback helps make this extension better.
### Development Setup
1. Clone the repository
-2. Install [Visual Studio 2022 or 2026](https://visualstudio.microsoft.com/) with the **Visual Studio extension development** workload
-3. Install the [Extensibility Essentials 2022](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityEssentials2022) extension
-4. Open `src/CodingWithCalvin.CouchbaseExplorer.sln`
-5. Press F5 to launch the experimental instance
+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
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
+## Disclaimer
+
+This extension is an independent, community-driven project and is **not affiliated with, endorsed by, or sponsored by Couchbase, Inc.** Couchbase and Capella are trademarks of Couchbase, Inc.
+
+---
+
## Contributors
-[](https://github.com/CalvinAllen)
-## Disclaimer
-
-This extension is an independent, community-driven project and is **not affiliated with, endorsed by, or sponsored by Couchbase, Inc.** Couchbase and Capella are trademarks of Couchbase, Inc.
-
---