From 09044763ea931b830a78141d9a33a75eb6f5631d Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Mon, 4 Jun 2018 20:13:40 +0430 Subject: [PATCH] fixed cryptolive docs --- _site/content/posts/modules/cryptocurrencies/cryptolive.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_site/content/posts/modules/cryptocurrencies/cryptolive.md b/_site/content/posts/modules/cryptocurrencies/cryptolive.md index 7d511c0b..6b4b3437 100644 --- a/_site/content/posts/modules/cryptocurrencies/cryptolive.md +++ b/_site/content/posts/modules/cryptocurrencies/cryptolive.md @@ -11,7 +11,7 @@ Compare crypto currencies using [CryptoCompare](https://cryptocompare.com). ## Source Code ```bash -wtf/cryptocurrencies/cryptolive/ +wtf/cryptoexchanges/cryptolive/ ``` ## Required ENV Vars @@ -52,7 +52,6 @@ cryptolive: left: 2 height: 1 width: 2 - refreshInterval: 30 updateInterval: 15 ``` @@ -83,6 +82,6 @@ Values: `true`, `false`. `position`
Defines where in the grid this module's widget will be displayed.
-`refreshInterval`
+`updateInterval`
How often, in seconds, this module will update its data.
Values: A positive integer, `0..n`.