diff --git a/README.md b/README.md
index b280820..e8c378a 100644
--- a/README.md
+++ b/README.md
@@ -76,8 +76,12 @@ winget install -e --id VSCodium.VSCodium.Insiders
#### Install with Chocolatey (Windows)
If you use Windows and have [Chocolatey](https://chocolatey.org) installed (thanks to [@Thilas](https://github.com/Thilas)):
-```bash
+```cmd
+:: stable
choco install vscodium
+
+:: insider
+choco install vscodium-insiders
```
#### Install with Scoop (Windows)