summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9696132..0475cd6 100644
--- a/README.rst
+++ b/README.rst
@@ -64,11 +64,18 @@ Usage example::
Or compile from the command line::
- python scss.py < file.scss
+ python -mscss < file.scss
Interactive mode::
- python scss.py --interactive
+ python -mscss --interactive
+
+.. note::
+
+ ``-mscss`` will only work in Python 2.7 and above, for Python 2.5
+ and 2.6 you need to invoke::
+
+ python -mscss.tool
Examples
========