From eb999e543a9f1b20c171d411b1f66ab5ab6c8596 Mon Sep 17 00:00:00 2001 From: Federico Romero Date: Wed, 26 Oct 2011 11:55:52 -0200 Subject: [PATCH] Add ' to "require resque/server" in README.markdown --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 6cfdcb1fb..088caa771 100644 --- a/README.markdown +++ b/README.markdown @@ -491,7 +491,7 @@ HTTP basic auth). ### Rails 3 -You can also mount Resque on a subpath in your existing Rails 3 app by adding `require resque/server` to the top of your routes file or in an initializer then adding this to `routes.rb`: +You can also mount Resque on a subpath in your existing Rails 3 app by adding `require 'resque/server'` to the top of your routes file or in an initializer then adding this to `routes.rb`: ``` ruby mount Resque::Server.new, :at => "/resque"