@cryptotaxi247 / netdata-1 / commits / 385fbb3a3

Slight wording fix on the database readme (#15034)

* Update README.md * Update database/README.md Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>

Fotis Voutsas committed May 9, 2023 at 19:06 UTC 385fbb3a36ba908a36682c7d7c8d68f353b5c19c
1 file changed +1 -2
database/README.md
+1 -2
@@ -39,8 +39,7 @@ So,
39
40 - On a single node setup, use `[db].mode = dbengine`.
41 - On a [Parent - Child](https://github.com/netdata/netdata/blob/master/docs/metrics-storage-management/enable-streaming.md) setup, use `[db].mode = dbengine` on the
42 - parent to increase retention, a more resource efficient mode like, `dbengine` with light retention settings, and
43 - `save`, `ram` or `none` modes for the children to minimize resource utilization.
42 + parent to increase retention, and a more resource-efficient mode like, `dbengine` with light retention settings, `save`, `ram`, or `none` for the children to minimize resource utilization.
43
44 ## Choose your database mode
45