Skip to content

Commit ddc9f83

Browse files
committed
Update README.md
1 parent b03dd9b commit ddc9f83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @axosoft/dump-syms
22

3-
A thin node-js wrapper around [Mozilla/dump-syms](https://github.com/mozilla/dump-syms)
3+
A thin node-js wrapper around [Mozilla/dump_syms](https://github.com/mozilla/dump_syms)
44

55
### Build
66

@@ -12,4 +12,4 @@ A thin node-js wrapper around [Mozilla/dump-syms](https://github.com/mozilla/dum
1212
const { dumpSymbol } = require('@axosoft/dump-syms');
1313
1414
const symbols = dumpSymbol('/path/to/binary');
15-
```
15+
```

0 commit comments

Comments
 (0)