diff --git a/README.md b/README.md index 16031c3..cbd33b9 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,16 @@ Or install it yourself as: $ gem install inny +## Usage + +Require Inny and then start testing your objects: + +```ruby +require 'inny' + +object.in?('Foo', 'Bar') +``` + ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.