README.md in fnordmetric-0.6.0 vs README.md in fnordmetric-0.6.1

- old
+ new

@@ -19,11 +19,11 @@ Getting Started --------------- -Copy `doc/ulm_stats.rb` (that's the configuration from the screenshots and screencast) or the simple example from below to `my_stats_app.rb`. +Copy `doc/full_example.rb` (that's the configuration from the screenshots and screencast) or the simple example from below to `my_stats_app.rb`. Simple Example: this will listen for json-events with `type=unicorn_seen` and render a timeline-plot showing the number of received events per hour. ```ruby require "fnordmetric" @@ -165,10 +165,10 @@ Examples -------- -+ doc/ulm_stats.rb ++ doc/full_example.rb ## Full Example ## ```ruby