Skip to content

Commit

Permalink
fixed encoding issue in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
banister committed Apr 25, 2011
1 parent f6f7e81 commit db5d582
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.markdown
Expand Up @@ -420,7 +420,7 @@ You can use `edit-method Class#method` or `edit-method my_method`
your favorite editor. Pry has knowledge of a few different editors and
will attempt to open the file at the line the method is defined.

You can set the editor to use by assigning to the `Pry.editor=`
You can set the editor to use by assigning to the `Pry.editor`
accessor. `Pry.editor` will default to `$EDITOR` or failing that will
use `nano` as the backup default. The file that is edited will be
automatically reloaded after exiting the editor - reloading can be
Expand All @@ -432,7 +432,6 @@ and open the `Pry#repl` method for editing:
pry(main)> Pry.editor = "emacsclient"
pry(main)> edit-method Pry#repl


### Live Help System

Many other commands are available in Pry; to see the full list type
Expand Down

0 comments on commit db5d582

Please sign in to comment.