From 4b7709df42ddd3ec42a9abbb940a64f3e3ea34a1 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 23 May 2016 22:13:57 +0900 Subject: [PATCH] :nail_care: --- sinatra-contrib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sinatra-contrib/README.md b/sinatra-contrib/README.md index 36a62749..6de9bfea 100644 --- a/sinatra-contrib/README.md +++ b/sinatra-contrib/README.md @@ -68,7 +68,7 @@ Currently included: application. Partly extracted from Sinatra. Testing framework agnostic # Installation -Add `gem 'sinatra-contrib'` to *Gemfile*, then execute `bundle install`. +Add `gem 'sinatra-contrib'` to *Gemfile*, then execute `bundle install`. If you don't use Bundler, install the gem manually by executing `gem install sinatra-contrib` in your command line.