[Pkg-javascript-commits] [node-hash-base] 05/13: Fix example in README
Bastien Roucariès
rouca at moszumanska.debian.org
Sat Aug 12 22:00:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch upstream
in repository node-hash-base.
commit 89cdcd885a0473b9b6109d6bf285baba8cbeea3f
Author: Kirill Fomichev <fanatid at ya.ru>
Date: Wed Nov 2 15:15:58 2016 +0300
Fix example in README
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index c5f2df5..8d5b543 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,8 @@ Abstract base class to inherit from if you want to create streams implementing t
## Example
```js
+var HashBase = require('hash-base')
+
function MyHash () {
HashBase.call(64) // in bytes
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-hash-base.git
More information about the Pkg-javascript-commits
mailing list