diff --git a/Favicon-Things.md b/Favicon-Things.md
index e556469..cd2f196 100644
--- a/Favicon-Things.md
+++ b/Favicon-Things.md
@@ -14,7 +14,7 @@ Assuming the main SVG design goes edge to edge and is of a suitable square power
Create a legacy ICO from this PNG using Imagemagick using the most common sizes:
-```
+```bash
magick favicon.png -define icon:auto-resize=64,48,32,16 favicon.ico
```
@@ -23,7 +23,7 @@ Typically the ICO file is larger than the PNG or SVG due to it's nature.
## HTML
-```
+```html
```