1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
This commit is contained in:
Zachary Scott 2016-05-23 22:13:57 +09:00
parent 38553470df
commit 4b7709df42

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.