Skip to content

Commit

Permalink
Indent some more to properly render README.md on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
iain committed Sep 11, 2011
1 parent 87d8c8e commit 27b5cad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ MetricFu is awesome! Metrical strives to make it a little bit easier to get work

* You can run MetricFu in any project:

$ gem install metrical
$ cd /path/of/your/project
$ metrical
$ gem install metrical
$ cd /path/of/your/project
$ metrical

* Per project configuration can be done in a simple `.metrics` file in the
root directory of your project. In here you can configure MetricFu as you
normally would. Example:

MetricFu::Configuration.run do |config|
config.metrics -= [ :rcov ]
end
MetricFu::Configuration.run do |config|
config.metrics -= [ :rcov ]
end

For more information on configuring your metrics, please visit the
[MetricFu homepage](http://metric-fu.rubyforge.org/). Any configuration options
Expand Down

0 comments on commit 27b5cad

Please sign in to comment.