From cb051ffdf034b0061e3336451e8f0208eceaa4b5 Mon Sep 17 00:00:00 2001 From: Matt Walker Date: Thu, 26 Apr 2012 23:50:04 -0700 Subject: [PATCH] added howto to readme --- README.md | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 547e164..1061fad 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,30 @@ -cfstatsd -======== +# cfstatsd # -cfstatsd is a ColdFusion client for StatsD \ No newline at end of file +cfstatsd is a ColdFusion client for StatsD [https://github.com/etsy/statsd](https://github.com/etsy/statsd) + +More info on StatsD: + +http://codeascraft.etsy.com/2011/02/15/measure-anything-measure-everything/ + +Use it as follows: + +```cfm + + + + + + + + + + + + + + + + +``` + +Cheers!