readme.md in code_stats2-0.1.4 vs readme.md in code_stats2-0.1.5
- old
+ new
@@ -6,20 +6,20 @@
Screenshots showing us: Complexity of [Rails libraries][rails-img], comparison of [some Open Source projects][some-os-projects-img] and [MongoMapper vs Mongoid][mongoid-vs-mongomapper-img] (You can see actual .html report files in [docs][docs]).
# Installation & Usage
-This tool is language-agnostic, but it itself is made with Ruby, so You need Ruby installed to use it, to install it type:
+The tool is language-agnostic, but to use it You need Ruby installed, to install type:
``` bash
gem install code_stats2
```
-Now run it on some of Your projects, You can also specify some options (type '$ code_stats' without arguments to see full help):
+Now run it on some of Your projects, You can also specify some options (type 'code_stats' without arguments to see full help):
``` bash
code_stats /projects/wordpress
-code_stats /projects/* except: JavaScript
+code_stats /projects/* --except JavaScript
```
Also You can easily customize it, sources are small and simple as an egg.
Copyright (c) Alexey Petrushin http://petrush.in, released under the MIT license.
\ No newline at end of file