diff --git a/README.md b/README.md
index cc31f1e..f0b9d07 100644
--- a/README.md
+++ b/README.md
@@ -4,17 +4,19 @@ With all this internet going around, sometimes you just want to experience the t
## Lets slow things down!
1. Include comcastify.js on your page or use the latest version from our CDN:
- ``````
+ ```html
+
+ ```
2. Prepare the images on your page on document ready (so images don't show up before the box):
- ```
+ ```js
comcastifyjs.letsPrepareTheseImages();
```
3. Initialize comcastify on window load (so image sizes are properly calculated):
- ```
+ ```js
comcastifyjs.fixMyImagesLoadingSoFast({
boxColor: '#123456',
loadMaxPercent: 0.75,