Skip to content

Commit

Permalink
Clarify in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik committed Aug 17, 2014
1 parent 5391835 commit 92e867b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ xenon
:target: https://pypi.python.org/pypi/xenon/

Xenon is a monitoring tool based on `Radon <https://github.com/rubik/radon/>`_.
Ideally, Xenon is run every time you commit code. Through command line options,
you can set various thresholds for the **complexity** of your code. It will
fail (i.e. it will exit with a non-zero exit code) when any of these
requirements is not met.
It monitors your code's complexity. Ideally, Xenon is run every time you
commit code. Through command line options, you can set various thresholds for
the **complexity** of your code. It will fail (i.e. it will exit with a
non-zero exit code) when any of these requirements is not met.

Installation
------------
Expand Down

0 comments on commit 92e867b

Please sign in to comment.