Skip to content

Commit

Permalink
Play nice with github rdoc parsing AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
iain committed Oct 22, 2010
1 parent 2930e18 commit be7c3e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rdoc
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 <tt>.metrics</tt> file in
the root directory of your project. In here you can configure MetricFu as
you normally would. Example:

MetricFu::Configuration.run do
config.graph_engine = :gchart
end
MetricFu::Configuration.run do
config.graph_engine = :gchart
end

And that's all there is too it. If you have any suggestions, ideas or bug fixes,
please drop me a line, or make a github issue.
Expand Down

0 comments on commit be7c3e9

Please sign in to comment.