Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
imsky committed Jun 19, 2012
1 parent ce0b25f commit cc7ae48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -69,10 +69,10 @@ Holder.run({
})
```

Using custom colors per placeholder
-----------------------------------
Using custom colors on specific images
--------------------------------------

Custom colors can be specified in the ``background:foreground`` format using hex notation, like this:
You don't have to create a new theme just to use custom colors. Custom colors can be specified in the ``background:foreground`` format using hex notation, like this:

```html
<img data-src="holder.js/100x200/#000:#fff">
Expand All @@ -86,7 +86,7 @@ Using partially custom settings
Holder extends its default settings with the settings you provide, so you only have to include those settings you want changed. For example, you can run Holder on a specific domain like this:

```js
Holder.run({domain:"example.com})
Holder.run({domain:"example.com"})
```

Using custom settings on load
Expand Down

0 comments on commit cc7ae48

Please sign in to comment.