From 9fd48e1cbc098df94970def4f7c25b30bd0b68e5 Mon Sep 17 00:00:00 2001 From: "@justyy" Date: Tue, 6 Feb 2018 23:52:07 +0000 Subject: [PATCH] misleading variable name --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 193a56b9..dbf6ec28 100644 --- a/doc/README.md +++ b/doc/README.md @@ -919,7 +919,7 @@ console.log(commentPermlink); ### Estimate Account Value ``` -var steemPower = steem.formatter.estimateAccountValue(account); +var accountValue = steem.formatter.estimateAccountValue(account); ``` ### Reputation