Browse Source

Fix capitalization on readme (#14793)

capitalization on readme
Chris Akritidis 2 years ago
parent
commit
c328653bae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      collectors/plugins.d/README.md

+ 2 - 2
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.