update README

This commit is contained in:
Chen Yi-Cyuan
2015-01-06 22:53:49 +08:00
parent 47cff7a93b
commit b1999865de
+2 -2
View File
@@ -51,9 +51,9 @@ String to hash.
Specify the string encoding is ASCII.
#### sha225(str, asciiOnly)
#### sha224(str, asciiOnly)
Hash string to sha225, set asciiOnly to true for better performace if you ensure input is ascii.
Hash string to sha224, set asciiOnly to true for better performace if you ensure input is ascii.
##### *str: `String`*