From 184a736f2939587e4f0bb79c3f7526f9a4b10c79 Mon Sep 17 00:00:00 2001 From: Allen Madsen Date: Wed, 20 Apr 2011 05:44:11 -0700 Subject: [PATCH] Edited README.md via GitHub --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35a38ba..e2751c6 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,13 @@ This gem provides a way to encode and parse bencodings used by the Bit Torrent p ## Installation - # install the gem - > gem install bencodr +Install the gem: + +``` bash + gem install bencodr +``` + +Require it in your ruby files: ``` ruby require 'bencodr'