mirror of
https://github.com/plashchynski/crono.git
synced 2026-03-24 18:31:55 +01:00
Fix installation instructions
This commit is contained in:
@@ -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'
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user