Skip to content

Commit af62c96

Browse files
authored
Fix dashd typo in require example
Signed-off-by: jojobyte <[email protected]>
1 parent 3ea77d9 commit af62c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ npm install --save dashphrase
9292
```
9393

9494
```js
95-
let DashHd = require("dashd");
95+
let DashHd = require("dashhd");
9696
let DashPhrase = require("dashphrase");
9797
```
9898

0 commit comments

Comments
 (0)