From 868474637af945da6d0a3956be9e1b85b2ce0d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Bara=C3=BAna?= Date: Wed, 6 Nov 2013 22:06:00 -0200 Subject: [PATCH] Reword the configuration instructions --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79d583d..f7f11d8 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,15 @@ Or install it yourself as: $ gem install rspec-collection_matchers -## Configuration -Just add the following line to your `spec_helper.rb`: +## Basic usage + +First of all, you need to require rspec-collection matchers. Add the following line to your `spec_helper.rb`: ```ruby require 'rspec/collection_matchers' ``` -## Basic usage - Using `rspec-collection_matchers` you can match the number of items in a collection directly, e.g.: