Skip to content

Commit 8b3b545

Browse files
committed
Update README.md
Missing bracket in readme
1 parent 196737d commit 8b3b545

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
@@ -12,7 +12,7 @@ Streamable SHA hashes in pure javascript.
1212
var createHash = require('sha.js')
1313

1414
var sha256 = createHash('sha256')
15-
var sha512 = createHash'sha512')
15+
var sha512 = createHash('sha512')
1616

1717
var h = sha1.update('abc', 'utf8').digest('hex')
1818
console.log(h) //ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad

0 commit comments

Comments
 (0)