updated README, fixed a few typos and badly named sections

This commit is contained in:
John Mair 2011-01-19 14:54:59 +13:00
parent df91991410
commit 37a89cb505
1 changed files with 2 additions and 2 deletions

View File

@ -402,11 +402,11 @@ command.
end
#### action block parameters
#### opts hash
Note that in the example above we are using `opts[:output]` for output; this is the output
object in use by the current pry session. Other hash values accesible
within an `action` block include:
within a `command` block include:
* `opts[:output]` - The session's output object.
* `opts[:val]` - The line of input that invoked the command.