From 6f80ea2aec83523640b505ddd5b6e87f0100a85b Mon Sep 17 00:00:00 2001 From: Aditya Sanghi Date: Wed, 18 Apr 2012 00:48:59 +0530 Subject: review changes for #5875 --- guides/code/getting_started/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/code') diff --git a/guides/code/getting_started/README.rdoc b/guides/code/getting_started/README.rdoc index 465c180c44..06cc2635b7 100644 --- a/guides/code/getting_started/README.rdoc +++ b/guides/code/getting_started/README.rdoc @@ -87,7 +87,7 @@ Debugger support is available through the debugger command when you start your Mongrel or WEBrick server with --debugger. This means that you can break out of execution at any point in the code, investigate and change the model, and then, resume execution! You need to install debugger to run the server in debugging -mode. With gems, use sudo gem install debugger. Example: +mode. With gems, use gem install debugger. Example: class WeblogController < ActionController::Base def index -- cgit v1.2.3