We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc88a1 commit 77d2c44Copy full SHA for 77d2c44
README.md
@@ -23,12 +23,12 @@ Only supports MRI 1.9.2 and 1.9.3. For a pure-ruby approach not reliant on
23
*pry-debugger* cannot be loaded together.
24
25
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
+explicity requiring pry-debugger, not just relying on pry's plugin loader. For
27
example, in a Gemfile:
28
29
```ruby
30
gem 'pry'
31
-gem 'pry-nav'
+gem 'pry-debugger'
32
```
33
34
Stepping through code often? Add the following shortcuts to `~/.pryrc`:
0 commit comments