From 2fc00ee91136cbc45db91476c7dfc420426fca9a Mon Sep 17 00:00:00 2001 From: Erik Bledsoe Date: Mon, 11 Mar 2024 13:55:09 -0400 Subject: [PATCH] update readme.md language Changed phrasing of line about plugins. Signed-off-by: Erik Bledsoe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3656b69aa..7bc0383fa 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ description: High Performance Telemetry Agent for Logs, Metrics and Traces * Security: built-in TLS/SSL support * Asynchronous I/O * Pluggable Architecture and [Extensibility](development/library_api.md): Inputs, Filters and Outputs - * More than 100 built-in plugins are available + * Connect nearly any source to nearly any destination using preexisting plugins * Extensibility * Write any input, filter or output plugin in C language * WASM: [WASM Filter Plugins](development/wasm-filter-plugins.md) or [WASM Input Plugins](development/wasm-input-plugins.md)