Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmacarthur committed Feb 21, 2023
1 parent 1153434 commit cdd0431
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ Import the script in your code (or load via CDN) and call `binding.pry`. A `debu
import 'binding-pry-js';

binding.pry

// or...

binding.irb
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "binding-pry-js",
"version": "0.0.1",
"version": "0.2.0",
"description": "",
"main": "index.js",
"src": "index.js",
Expand Down

0 comments on commit cdd0431

Please sign in to comment.