Skip to content

Commit

Permalink
Update README - cast s require
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaromír Červenka committed Oct 5, 2012
1 parent 4f3a749 commit c65e583
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rdoc
Expand Up @@ -8,6 +8,9 @@ labels.
== Usage

Is simple as creating ares instance by finder and calling methods on it:

require 'rubygems'
require 'ares_cz'

ares = Ares.find(:ico => '27386830')
ares.found? == true
Expand Down
4 changes: 3 additions & 1 deletion ares_cz.gemspec
Expand Up @@ -18,7 +18,9 @@ Gem::Specification.new do |s|
s.files = [
"README.rdoc",
"Rakefile",
"ares_cz.gemspec"
"ares_cz.gemspec",
"lib/ares_cz.rb",
"spec/ares_cz_spec.rb"
]
s.homepage = "http://github.com/pepe/ares"
s.require_paths = ["lib"]
Expand Down

0 comments on commit c65e583

Please sign in to comment.