summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGerman M. Bravo <german.mb@deipi.com>2011-03-06 17:11:37 -0600
committerGerman M. Bravo <german.mb@deipi.com>2011-03-06 17:11:37 -0600
commitc12c1dfba727194fa3aa2b6b341f7879a0440dea (patch)
tree4db013705db40d451b967b3b8d3f1aa4544366f0 /README.rst
parent52bf33656c3910d148992eb76d813cd1c6617db8 (diff)
downloadpyscss-c12c1dfba727194fa3aa2b6b341f7879a0440dea.tar.gz
Updated documentation
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 4e3dbf5..675d238 100644
--- a/README.rst
+++ b/README.rst
@@ -177,7 +177,7 @@ Examples
Example::
@option compress: no;
- $icons: sprite-map("sociable/\*.png"); // contains sociable/facebook.png among others.
+ $icons: sprite-map("sociable/*.png"); // contains sociable/facebook.png among others.
div {
background: $icons;
}