Fix bold text surplus stars (#8193)
There was two stars surplus for that bold text. Now it's better.
Peter Gervai committed
Feb 25, 2020 at 10:37 UTC
84421fdf0b513e9e7dc1351550b96044e92c363d
1 file changed
+1
-1
backends/README.md
+1
-1
@@ -39,7 +39,7 @@ So, although Netdata collects metrics every second, it can send to the backend s
39
metrics are labeled in the format, which is used by Netdata for the [plaintext prometheus
40
protocol](prometheus/). Notes on using the remote write backend are [here](prometheus/remote_write/).
41
42
- - ****TimescaleDB** via [community-built connector](TIMESCALE.md) that takes JSON streams from a Netdata client
42
+ - **TimescaleDB** via [community-built connector](TIMESCALE.md) that takes JSON streams from a Netdata client
43
and writes them to a TimescaleDB table.
44
45
- **AWS Kinesis Data Streams**