summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2023-03-22 07:00:10 -0700
committerGitHub <noreply@github.com>2023-03-22 07:00:10 -0700
commitc328653bae7d0126f36c7a4c0d740b6647cc8c74 (patch)
treefb92277b81afb56589f5cfdf4eff16c852bd1b49
parent7e75a366a4b07a35a0edb76480d797bc334097e0 (diff)
Fix capitalization on readme (#14793)
capitalization on readme
-rw-r--r--collectors/plugins.d/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/collectors/plugins.d/README.md b/collectors/plugins.d/README.md
index c9d61b39a6..1c3b50cb71 100644
--- a/collectors/plugins.d/README.md
+++ b/collectors/plugins.d/README.md
@@ -138,7 +138,7 @@ a single program can produce any number of charts with any number of dimensions
Charts can be added any time (not just the beginning).
-### command line parameters
+### Command line parameters
The plugin **MUST** accept just **one** parameter: **the number of seconds it is
expected to update the values for its charts**. The value passed by Netdata
@@ -149,7 +149,7 @@ The external plugin can overwrite the update frequency. For example, the server
request per second updates, but the plugin may ignore it and update its charts
every 5 seconds.
-### environment variables
+### Environment variables
There are a few environment variables that are set by `netdata` and are
available for the plugin to use.