summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 16:02:40 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 16:02:40 -0700
commit63ee2d9e82d009548134ca25f3a9f52fc32b27aa (patch)
treec42488fae116603c5ee215a18e327bd1a3aa5d4d /README.rst
parentb6d086d4802ecc21f4d799ee9d9a74bcafeba897 (diff)
downloadpyscss-63ee2d9e82d009548134ca25f3a9f52fc32b27aa.tar.gz
Nits: fix phrasing in README, stop printing contents of scss_meta, put badges in docs.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 96a3b70..b373f15 100644
--- a/README.rst
+++ b/README.rst
@@ -9,13 +9,15 @@ pyScss, a Scss compiler for Python
.. |coverage| image:: https://coveralls.io/repos/Kronuz/pyScss/badge.png
:target: https://coveralls.io/r/Kronuz/pyScss
-pyScss is a compiler for SCSS flavor of the Sass language, a superset of CSS3
-that adds programming capabilities and some other syntactic sugar.
+pyScss is a compiler for the `Sass`_ language, a superset of CSS3 that adds
+programming capabilities and some other syntactic sugar.
+
+.. _Sass: http://sass-lang.com/
Quickstart
----------
-You need Python 2.6 or later. Python 3 is also supported.
+You need Python 2.6+ or 3.2+. PyPy is also supported.
Installation::