From 014f0d44b2439770f72075c002966837872d8a0e Mon Sep 17 00:00:00 2001 From: Lukas Mayerhofer Date: Thu, 4 Jun 2020 10:47:01 +0200 Subject: [PATCH] temporarily fix issue with new website and < character --- awattar/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awattar/README.md b/awattar/README.md index 22a44e4e..1f889f1e 100644 --- a/awattar/README.md +++ b/awattar/README.md @@ -14,9 +14,9 @@ price is above the average, if the deviation is negative, the current price is b In the following chart you can see an example of the market prices from -12 hours to + 12 hours.The green line displays the current market prices, the red-dotted line is the average price of the regarding interval and the red line describes the deviation. If the deviation is positive, the current price is above the average, if the deviation is negative, the current price is below the average. -* -100 % current price equals lowest price in the interval [-12h < now < + 12h] -* 0 % current price equals average price in the interval [-12h < now < + 12h] -* +100 % current price equals highest price in the interval [-12h < now < + 12h] +* -100 % current price equals lowest price in the interval [-12h `<` now `<` + 12h] +* 0 % current price equals average price in the interval [-12h `<` now `<` + 12h] +* +100 % current price equals highest price in the interval [-12h `<` now `<` + 12h] ![aWATTar graph](https://raw.githubusercontent.com/guh/nymea-plugins/master/awattar/docs/images/awattar-graph.png "aWATTar graph")