From b1999865de629c6293c2fd7c097388c792349f40 Mon Sep 17 00:00:00 2001 From: Chen Yi-Cyuan Date: Tue, 6 Jan 2015 22:53:49 +0800 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27f5f8e..3c82f46 100644 --- a/README.md +++ b/README.md @@ -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`*