Update README.md

This commit is contained in:
Aldric Giacomoni
2015-03-24 17:58:59 -04:00
parent d075a55f03
commit 75f1b43c84

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
```