From 1f0d25a34a4c6be6d9dcb60174f0d2181a91af03 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Fri, 14 Aug 2026 10:03:57 +0300 Subject: [PATCH] docs: improve README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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