From b32d2588ad09163db0a411c24d0d57b7dae189a8 Mon Sep 17 00:00:00 2001 From: Takahiro YAMASHITA Date: Thu, 24 Nov 2016 22:39:47 +0900 Subject: [PATCH] input: add title of in_random to README.md of input Signed-off-by: Takahiro YAMASHITA --- input/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/README.md b/input/README.md index cabb51743a0..62a2a01e21e 100644 --- a/input/README.md +++ b/input/README.md @@ -11,7 +11,7 @@ The _input plugins_ defines the source from where [Fluent Bit](http://fluentbit. | [kmsg](kmsg.md) | Kernel Log Buffer | read the Linux Kernel log buffer messages.| | [mem](mem.md) | Memory Usage | measure the total amount of memory used on the system.| | [mqtt](mqtt.md) | MQTT | start a MQTT server and receive publish messages. | -| [random](random.md) | Generate Random samples. | +| [random](random.md) | Random |Generate Random samples. | | [serial](serial.md) | Serial Interface | read data information from the serial interface.| | [stdin](stdin.md) | Standard Input | read data from the standard input. | | [xbee](xbee.md) | XBee Radio | read data through an XBee Radio device. |