From 70999e2599d5255788011c508b2388059cc8bc77 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 12 Sep 2014 20:29:18 -0700 Subject: [PATCH] Add language names to ``` fences --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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,