readme fix (#9064)

closes #9060
This commit is contained in:
Steven Soroka 2021-03-29 10:40:28 -04:00 committed by GitHub
parent 61ea585533
commit e6165ecd18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Telegraf minimum version: Telegraf 1.15.0
### Configuration:
```toml
[[processor.execd]]
[[processors.execd]]
## One program to run as daemon.
## NOTE: process and each argument should each be their own string
## eg: command = ["/path/to/your_program", "arg1", "arg2"]