Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Add language names to ``` fences
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Sep 13, 2014
1 parent 0f8ec0b commit 70999e2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```<script src="http://code.onion.com/comcastify.js"></script>```
```html
<script src="http://code.onion.com/comcastify.js"></script>
```

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,
Expand Down

0 comments on commit 70999e2

Please sign in to comment.