From b06bf7a1b91105c0937d6ab7e323ee557a971f8a Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 10 Aug 2015 20:14:44 -0400 Subject: [PATCH] Add suggested library --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2f6b6d..582b592 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,11 @@ dogapi API Docs: http://brettlangdon.github.io/node-dogapi/ ## StatsD -`dogapi` does not provide any functionality to talk to a local dogstatsd server. +`dogapi` does not provide any functionality to talk to a local `dogstatsd` server. This library is purely an interface to the HTTP api. +If you are looking for a good Datadog StatsD library, I recommend checking out [node-dogstatsd](https://github.com/joybro/node-dogstatsd). + ## Installation **From NPM:**