summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-16 18:58:33 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-16 18:58:33 -0700
commita625c6792c34c48cf6240da8ac2b2b4f2bd6860a (patch)
tree4970b71c8ee4fb81a16dc0b9aa4fd1dd7931d352 /README.rst
parentd78af1ce6396f6cfacde6d9c3dd9b9b565952cb0 (diff)
downloadpyscss-a625c6792c34c48cf6240da8ac2b2b4f2bd6860a.tar.gz
Modernize the README.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 5419828..8845809 100644
--- a/README.rst
+++ b/README.rst
@@ -19,9 +19,8 @@ Usage::
Python API::
- from scss import Scss
- compiler = Scss()
- compiler.compile("a { color: red + green; }")
+ from scss import Compiler
+ Compiler().compile_string("a { color: red + green; }")
Features