From 51c98ed475234fd036272c3c6a8bc0f5b7446080 Mon Sep 17 00:00:00 2001 From: Chen Yi-Cyuan Date: Wed, 7 Jan 2015 20:19:24 +0800 Subject: [PATCH] update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c3e1045..57619fd 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ For node.js, you can use this command to install: npm install js-sha512 ## Usage -``` You could use like this: ```JavaScript sha512('Message to hash'); @@ -42,7 +41,7 @@ sha512 = require('js-sha512').sha512; sha384 = require('js-sha512').sha384; sha512_256 = require('js-sha512').sha512_256; sha512_224 = require('js-sha512').sha512_224; - +``` ### Methods #### sha512(str, asciiOnly)