Skip to content

Commit

Permalink
Add link to break for MRI in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nixme committed Nov 2, 2021
1 parent b194339 commit d491ed8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Support Pry 0.14
* Adding tests
* Fix warning on ruby 2.7

## 0.3.0 (2019-04-16)

* Fix circular require warning.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
### Using MRI? We recommend [**pry-byebug**][pry-byebug] instead!
### Using MRI? We recommend [**break**][break] or [**pry-byebug**][pry-byebug] instead!

# pry-nav [![Ruby](https://github.com/nixme/pry-nav/actions/workflows/main.yml/badge.svg)](https://github.com/nixme/pry-nav/actions/workflows/main.yml)

_A simple execution control add-on for [Pry][pry]._

Compatible with MRI >= 1.8.7, ![JRuby](https://raw.githubusercontent.com/jruby/collateral/master/logos/PNGs/logo-with-type/full-color/jruby-logo-logo-with-type-small.png) >= 9.1.3.0.
Compatible with MRI >= 2.1.0, JRuby >= 9.1.3.0.

Teaches [Pry][pry] about `step`, `next`, and `continue` to create a simple
debugger.
Expand Down Expand Up @@ -75,3 +75,4 @@ file an [issue][issues]. [Project changelog][changelog].
[Mon-Ouie]: https://github.com/Mon-Ouie
[pry_debug]: https://github.com/Mon-Ouie/pry_debug
[pry-byebug]: https://github.com/deivid-rodriguez/pry-byebug
[break]: https://github.com/gsamokovarov/break

0 comments on commit d491ed8

Please sign in to comment.