Skip to content

Commit 531c9f1

Browse files
prashcrdaviddias
authored andcommitted
Fix typo in README example (#42)
1 parent 06f93cd commit 531c9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var PeerId = require('peer-id')
5858
var bs58 = require('bs58')
5959

6060
PeerId.create({ bits: 1024 }, (err, id) => {
61-
console.log(JSON.stringify(id.toJSON(), null, 2)
61+
console.log(JSON.stringify(id.toJSON(), null, 2))
6262
})
6363
```
6464

0 commit comments

Comments
 (0)