1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

fixed cryptolive docs

This commit is contained in:
Hossein Mehrabi 2018-06-04 20:13:40 +04:30 committed by Chris Cummer
parent f01044bd82
commit 09044763ea

View File

@ -11,7 +11,7 @@ Compare crypto currencies using [CryptoCompare](https://cryptocompare.com).
## Source Code ## Source Code
```bash ```bash
wtf/cryptocurrencies/cryptolive/ wtf/cryptoexchanges/cryptolive/
``` ```
## Required ENV Vars ## Required ENV Vars
@ -52,7 +52,6 @@ cryptolive:
left: 2 left: 2
height: 1 height: 1
width: 2 width: 2
refreshInterval: 30
updateInterval: 15 updateInterval: 15
``` ```
@ -83,6 +82,6 @@ Values: `true`, `false`.
`position` <br /> `position` <br />
Defines where in the grid this module's widget will be displayed. <br /> Defines where in the grid this module's widget will be displayed. <br />
`refreshInterval` <br /> `updateInterval` <br />
How often, in seconds, this module will update its data. <br /> How often, in seconds, this module will update its data. <br />
Values: A positive integer, `0..n`. Values: A positive integer, `0..n`.