From 9eda2d697e437336ee313fbcd332fed0337d56fd Mon Sep 17 00:00:00 2001 From: Anton Fefilov Date: Thu, 5 Mar 2015 13:13:34 +0400 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a3c736..36f881e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This gem brings two major functionality to your `spec/features` ### Installation * For rspec v2 use gem **v0.2.x** or rspec2 branch -* For rspec v3 user gem **v3.x.x** or master branch +* For rspec v3 use gem **v3.x.x** or master branch ```ruby gem 'rspec-example_steps'