We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03dd9b commit ddc9f83Copy full SHA for ddc9f83
README.md
@@ -1,6 +1,6 @@
1
# @axosoft/dump-syms
2
3
-A thin node-js wrapper around [Mozilla/dump-syms](https://github.com/mozilla/dump-syms)
+A thin node-js wrapper around [Mozilla/dump_syms](https://github.com/mozilla/dump_syms)
4
5
### Build
6
@@ -12,4 +12,4 @@ A thin node-js wrapper around [Mozilla/dump-syms](https://github.com/mozilla/dum
12
const { dumpSymbol } = require('@axosoft/dump-syms');
13
14
const symbols = dumpSymbol('/path/to/binary');
15
-```
+```
0 commit comments