Merge pull request #11 from MiroslavCsonka/master

Update README.md
This commit is contained in:
Dzmitry Plashchynski
2015-03-25 00:05:37 +02:00

View File

@@ -120,7 +120,7 @@ Crono comes with a Sinatra application that can display the current state of Cro
Add `sinatra` and `haml` to your Gemfile
```ruby
gam 'haml'
gem 'haml'
gem 'sinatra', require: nil
```