Fix capitalization on readme (#14793)
capitalization on readme
Chris Akritidis committed
Mar 22, 2023 at 07:00 UTC
c328653bae7d0126f36c7a4c0d740b6647cc8c74
1 file changed
+2
-2
collectors/plugins.d/README.md
+2
-2
@@ -138,7 +138,7 @@ a single program can produce any number of charts with any number of dimensions
138
139
Charts can be added any time (not just the beginning).
140
141
-### command line parameters
141
+### Command line parameters
142
143
The plugin **MUST** accept just **one** parameter: **the number of seconds it is
144
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
149
request per second updates, but the plugin may ignore it and update its charts
150
every 5 seconds.
151
152
-### environment variables
152
+### Environment variables
153
154
There are a few environment variables that are set by `netdata` and are
155
available for the plugin to use.