README.markdown in metric-0.0.5 vs README.markdown in metric-0.0.6
- old
+ new
@@ -1,6 +1,6 @@
-# Metric
+# Metric [![Build Status](http://travis-ci.org/bittersweet/metric.png)](http://travis-ci.org/bittersweet/metric)
Track simple metrics via [metric.io](metric.io).
## Installation
@@ -48,9 +48,13 @@
``` ruby
def register
Metric.track("user_signup", {:trigger => true})
end
```
+
+## Documentation
+
+Although the code is pretty lightweight and self-explanatory, [documentation](http://rdoc.info/github/bittersweet/metric/master/frames) is available via rdoc.info.
## Thanks
[jeffkreeftmeijer](https://github.com/jeffkreeftmeijer) for providing me with the awesome domainname!