From 70c44927c18cc2d480277ac1c51e0d90b66b8e97 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Tue, 22 Sep 2015 15:30:28 +0100 Subject: [PATCH] Add extra example to readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbd33b9..db60791 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ Require Inny and then start testing your objects: require 'inny' object.in?('Foo', 'Bar') + +list = [1, 2, 3] +puts "Yay!" if 2.in?(*list) ``` ## Development @@ -48,7 +51,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/inny. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct. +Bug reports and pull requests are welcome on GitHub at https://github.com/danbee/inny. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct. ## License