browserify / sha.js

Streamable SHA hashes in pure javascript
Other
288 stars 60 forks source link

Spelling mistake on readme #21

Closed molinto closed 9 years ago

molinto commented 9 years ago

var sha512 = createHash'sha512') Should be: var sha512 = createHash('sha512')

dcousens commented 9 years ago

@molinto good find, why not make a PR?

molinto commented 9 years ago

Sorry, I'm just lazy

dcousens commented 9 years ago

It's totally faster just to make the edit using the inline editor then to specify it in an issue?

In any case, all good haha. On 14 Apr 2015 17:55, "molinto" notifications@github.com wrote:

Sorry, I'm just lazy

— Reply to this email directly or view it on GitHub https://github.com/crypto-browserify/sha.js/issues/21#issuecomment-92681320 .

molinto commented 9 years ago

^ Sorry, didn't know you could do that. My bad.

molinto commented 9 years ago

Updated