Skip to content

Commit

Permalink
Merge pull request #1 from xorpaul/patch-1
Browse files Browse the repository at this point in the history
small corrections
  • Loading branch information
jamesgolick committed Jan 7, 2012
2 parents 3e4ecba + e490129 commit 215d7e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -28,6 +28,8 @@ Once you have a config, start the daemon:

Then push json messages to it over UDP (there's also a rubygem. see below).

>> require "rubygems"
=> true
>> require "socket"
=> true
>> require "json"
Expand Down Expand Up @@ -77,7 +79,7 @@ The API is pretty simple:

ree-1.8.7-2011.03 :001 > require "rubygems"
=> true
ree-1.8.7-2011.03 :002 > require "yajl
ree-1.8.7-2011.03 :002 > require "yajl"
=> true
ree-1.8.7-2011.03 :005 > require "statsd"
=> true
Expand Down

0 comments on commit 215d7e8

Please sign in to comment.