diff --git a/README.md b/README.md index ee3e4a1..5492445 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + [![Build Status](https://travis-ci.org/b264/unique.svg?branch=master)](https://travis-ci.org/b264/unique) # unique @@ -5,7 +7,13 @@ A lightweight Ruby gem with zero dependencies that prevents a block from returni ## Setup -Add it to your project's `Gemfile` (preferred) or +Add it to your project's `Gemfile` (preferred) + +```ruby +gem 'unique' +``` + +Or install it manually: ```sh $ gem install unique