From 4205b12fe1286ebfdc60fd3691a1fa1745c50084 Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Fri, 13 Mar 2015 23:34:58 +0200 Subject: [PATCH] Fix installation instructions --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b9e8bd0..98573c8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Other versions are untested but might work fine. Add the following line to your application's Gemfile: ```ruby -gem 'crono', require: false +gem 'crono' ``` Run the `bundle` command to install it. @@ -124,8 +124,6 @@ gem 'sinatra', require: nil Add the following to your `config/routes.rb`: ```ruby -require 'crono/web' - Rails.application.routes.draw do mount Crono::Web, at: '/crono' ...