Skip to content

Commit 77d2c44

Browse files
committed
Ugh, can't get pry-nav out of my mind
1 parent 0cc88a1 commit 77d2c44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Only supports MRI 1.9.2 and 1.9.3. For a pure-ruby approach not reliant on
2323
*pry-debugger* cannot be loaded together.
2424

2525
Support for [pry-remote][pry-remote] (>= 0.1.4) is also included. Requires
26-
explicity requiring pry-nav, not just relying on pry's plugin loader. For
26+
explicity requiring pry-debugger, not just relying on pry's plugin loader. For
2727
example, in a Gemfile:
2828

2929
```ruby
3030
gem 'pry'
31-
gem 'pry-nav'
31+
gem 'pry-debugger'
3232
```
3333

3434
Stepping through code often? Add the following shortcuts to `~/.pryrc`:

0 commit comments

Comments
 (0)