[Pkg-javascript-commits] [node-hash.js] 23/29: usage and install to readme
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Apr 20 19:30:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-hash.js.
commit 9351c8f9f5dacb14875436a533ea8bac8b174a4c
Author: JuanPablo <jpabloaj at gmail.com>
Date: Tue Jan 6 02:33:33 2015 +0000
usage and install to readme
---
README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
index 63107cb..7ee7e60 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,15 @@
Just a bike-shed.
+## Install
+
+ npm install hash.js
+
+## Usage
+
+ var hash = require('hash.js')
+ hash.sha256().update('abc').digest('hex')
+
#### LICENSE
This software is licensed under the MIT License.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-hash.js.git
More information about the Pkg-javascript-commits
mailing list