summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGerman M. Bravo <german.mb@deipi.com>2011-02-19 00:10:37 -0600
committerGerman M. Bravo <german.mb@deipi.com>2011-02-19 00:10:37 -0600
commita762ffcb57ca125dd96fe09cfd8fcf82e1bf5d00 (patch)
tree999c55041bad6382c6d23f5beafe187658b154c9 /README.rst
parentf242807707a4ef52d32d6d948e49446e52f3625a (diff)
downloadpyscss-a762ffcb57ca125dd96fe09cfd8fcf82e1bf5d00.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 5700102..1f8fd03 100644
--- a/README.rst
+++ b/README.rst
@@ -166,7 +166,7 @@ Examples
Example::
@options compress: no;
- $icons: sprite-map("images/sociable/*.png"); // contains icons/new.png among others.
+ $icons: sprite-map("images/sociable/*.png"); // contains images/sociable/facebook.png among others.
div {
background: $icons;