[Pkg-javascript-commits] [node-ripemd160] 42/71: readme: typos
Bastien Roucariès
rouca at moszumanska.debian.org
Thu May 4 10:25:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-ripemd160.
commit 606896c02bd22ca28d6164fa59cd876876be9c13
Author: JP Richardson <jprichardson at gmail.com>
Date: Wed Jan 14 07:04:16 2015 -0600
readme: typos
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 1d6180f..c09f50b 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ console.log(result.toString('hex'))
// => 108f07b8382412612c048d07d13f814118445acd
```
-** example 2**:
+**example 2**:
```js
var ripemd16 = require('ripemd160')
@@ -39,12 +39,12 @@ console.log(result.toString('hex'))
```
-#### converting Buffers
+#### Converting Buffers
If you're not familiar with the Node.js ecosystem, type `Buffer` is a common way that a developer can pass around
binary data. `Buffer` also exists in the [Browserify](http://browserify.org/) environment. Converting to and from Buffers is very easy.
-##### to buffer
+##### To buffer
```js
// from string
@@ -57,7 +57,7 @@ var buf = new Buffer('3f5a4c22', 'hex')
var buf = new Buffer([1, 2, 3, 4])
```
-#### from buffer
+#### From buffer
```js
// to string
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ripemd160.git
More information about the Pkg-javascript-commits
mailing list