Skip to content

Commit cdd0431

Browse files
committed
Update README.md
1 parent 1153434 commit cdd0431

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ Import the script in your code (or load via CDN) and call `binding.pry`. A `debu
1414
import 'binding-pry-js';
1515

1616
binding.pry
17+
18+
// or...
19+
20+
binding.irb
1721
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "binding-pry-js",
3-
"version": "0.0.1",
3+
"version": "0.2.0",
44
"description": "",
55
"main": "index.js",
66
"src": "index.js",

0 commit comments

Comments
 (0)