From 771b994d7edaae5b17441fa49518bf64eb63e171 Mon Sep 17 00:00:00 2001 From: Stephen Whitmore Date: Wed, 13 Apr 2016 10:00:26 -0700 Subject: [PATCH] fixes README formatting --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b685efa..e1b1a89 100644 --- a/README.md +++ b/README.md @@ -132,15 +132,16 @@ Returns an object with the ID's properties in hex format: Returns the Peer ID's `id` as a hex string. -```js -1220d6243998f2fc56343ad7ed0342ab7886a4eb18d736f1b67d44b37fcc81e0f39f``` +``` +1220d6243998f2fc56343ad7ed0342ab7886a4eb18d736f1b67d44b37fcc81e0f39f +``` ### id.toBytes() Returns the Peer ID's `id` as a buffer. -```js +``` ``` @@ -148,7 +149,7 @@ Returns the Peer ID's `id` as a buffer. Returns the Peer ID's `id` as a base58 string. -```js +``` QmckZzdVd72h9QUFuJJpQqhsZqGLwjhh81qSvZ9BhB2FQi ```