This commit is contained in:
Zachary Scott 2016-05-23 22:13:57 +09:00
parent 38553470df
commit 4b7709df42
1 changed files with 1 additions and 1 deletions

View File

@ -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.