README.md in archimedes-0.0.1 vs README.md in archimedes-1.0.0

- old
+ new

@@ -1,10 +1,10 @@ # Archimedes -[![Build Status](https://travis-ci.org/shopkeep/archimedes.png?branch=master)](https://travis-ci.org/shopkeep/archimedes) +[![Build Status](https://travis-ci.org/shopkeep/archimedes.png?branch=master)](https://travis-ci.org/shopkeep/archimedes) [![Code Climate](https://codeclimate.com/github/shopkeep/archimedes.png)](https://codeclimate.com/github/shopkeep/archimedes) -A lightweight wrapper for StatsD and it's configuration. +A lightweight wrapper for StatsD and its configuration. ## Installation Add this line to your application's Gemfile: @@ -44,9 +44,11 @@ ARCHIMEDES.decrement('foo') ARCHIMEDES.count('foo', 30) ARCHIMEDES.gauge('production.deployments', 1) + + ARCHIMEDES.timing('foo', 300) ARCHIMEDES.time('foo') do zomg_long_task end