From cc7ae48214ebe2ca50c7327dd7689e0700f71fe8 Mon Sep 17 00:00:00 2001 From: Ivan Malopinsky Date: Mon, 18 Jun 2012 20:14:11 -0400 Subject: [PATCH] readme update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1bd11b7..f20ffc7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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