Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyObtiva committed Aug 26, 2020
1 parent 7a45fc4 commit d882988
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ Basic Example:

```ruby
# /Users/User/trivia_app.rb # line 1
require 'puts_debuggerer' # line 2
require 'pd' # line 2
bug_or_band = 'beattle' # line 3
pd bug_or_band # line 4
```
Expand Down Expand Up @@ -319,6 +319,12 @@ gem install puts_debuggerer -v0.10.0
require 'puts_debuggerer'
```

Or the shorter form (often helpful when added to quickly troubleshoot an app):

```ruby
require 'pd'
```

### Awesome Print

puts_debuggerer comes with [awesome_print](https://github.com/awesome-print/awesome_print).
Expand Down

0 comments on commit d882988

Please sign in to comment.