From 3e868de3deb90e01bed59060a7a33b8bb79b8946 Mon Sep 17 00:00:00 2001
From: Mahdi Yari <m.yary16@gmail.com>
Date: Tue, 3 Nov 2020 19:48:49 +0330
Subject: [PATCH] Update README.md

---
 doc/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/README.md b/doc/README.md
index 2f14e4b..260eb38 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -2318,9 +2318,10 @@ hive.api.getAccounts(["username"], function(e1, accounts) {
     .catch(function (err) { console.log(err); })
     .then(function (data) { console.log(data); });
 });
+```
 
 ### Reputation
-```
+```js
 var reputation = hive.formatter.reputation(3512485230915);
 console.log(reputation);
 // => 56
-- 
GitLab