From 3e0efdac398201a310b44849f3dac72f1fb9c929 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 13 May 2019 10:40:48 -0700 Subject: [PATCH] Reword note about merging pull requests --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42fe91286..3f4a70d13 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Telegraf is plugin-driven and has the concept of 4 distinct plugin types: 3. [Aggregator Plugins](#aggregator-plugins) create aggregate metrics (e.g. mean, min, max, quantiles, etc.) 4. [Output Plugins](#output-plugins) write metrics to various destinations -New plugins are designed to be easy to contribute, we'll eagerly accept pull -requests and will manage the set of plugins that Telegraf supports. +New plugins are designed to be easy to contribute, pull requests are welcomed +and we work to incorporate as many pull requests as possible. ## Try in Browser :rocket: