Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyObtiva committed Jun 28, 2020
1 parent e7d208b commit 670c818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -63,7 +63,7 @@ puts "order_details"
puts order_details
```

Here is a simple example using `pd` instead, which provides everything the puts statements above provide in addition to deducing file name and line number automatically for you to make it dead easy to debug:
Here is a simple example using `pd` instead, which provides everything the puts statements above provide in addition to deducing the file name and line number automatically for dead easy debugging:

```ruby
pd order_total
Expand Down

0 comments on commit 670c818

Please sign in to comment.