summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}