summaryrefslogtreecommitdiffstats
path: root/libnetdata/config/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'libnetdata/config/README.md')
-rw-r--r--libnetdata/config/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/libnetdata/config/README.md b/libnetdata/config/README.md
index f0a27d9518..4fecef42c4 100644
--- a/libnetdata/config/README.md
+++ b/libnetdata/config/README.md
@@ -1,6 +1,6 @@
-# netdata ini config files
+# Netdata ini config files
-Configuration files `netdata.conf` and `stream.conf` are netdata ini files.
+Configuration files `netdata.conf` and `stream.conf` are Netdata ini files.
## Motivation
@@ -17,7 +17,7 @@ developers and the users.
So, we did this:
-1. No configuration is required to run netdata
+1. No configuration is required to run Netdata
2. There are plenty of options to tweak
3. There is minimal documentation (or no at all)
@@ -35,9 +35,9 @@ file, the default is used. The lookup is made using B-Trees and hashes
settings can be `my super duper setting that once set to yes, will turn the world upside down = no`
- so goodbye to most of the documentation involved.
-Next, netdata can generate a valid configuration for the user to edit.
+Next, Netdata can generate a valid configuration for the user to edit.
No need to remember anything or copy and paste settings. Just get the
-configuration from the server (`/netdata.conf` on your netdata server),
+configuration from the server (`/netdata.conf` on your Netdata server),
edit it and save it.
Last, what about options you believe you have set, but you misspelled?