diff --git a/README.md b/README.md index 3f66b83..7dabc2c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,12 @@ Sightstone is a ruby wrapper for riots league of legends developer api ([http:// Installation ------- -Clone this rep, build the gem and install it: +Just download the gem: +``` +gem install sightstone +``` + +If you want to build it by your on, build the gem and install it: ``` cd Sightstone gem build sightstone.gemspec diff --git a/sightstone.gemspec b/sightstone.gemspec index 60d2788..ec68336 100644 --- a/sightstone.gemspec +++ b/sightstone.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'sightstone' - s.version = '0.0.0' + s.version = '0.1.0' s.date = '2012-12-12' s.summary = 'Ruby wrapper for riots league of legends api' s.description = s.summary