diff --git a/README.md b/README.md index 494498e..8832126 100644 --- a/README.md +++ b/README.md @@ -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 ```