Skip to content

Commit eb999e5

Browse files
committed
Add ' to "require resque/server" in README.markdown
1 parent 7bc421a commit eb999e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ HTTP basic auth).
491491

492492
### Rails 3
493493

494-
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`:
494+
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`:
495495

496496
``` ruby
497497
mount Resque::Server.new, :at => "/resque"

0 commit comments

Comments
 (0)