Skip to content

Commit 2a2fb1c

Browse files
author
Lingbo Kou
committed
grammar fix
1 parent f1dbf3b commit 2a2fb1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ logout, purchase, follow, etc). Analyzing these event logs can be quite
77
valuable for improving services. However, collecting these logs easily and
88
reliably is a challenging task.
99

10-
Fluentd solves the problem by having: easy installation, small footprint, plugins
10+
Fluentd solves the problem by having: easy installation, small footprint, plugins,
1111
reliable buffering, log forwarding, etc.
1212

1313
* Fluentd website: [http://github.com/fluent/fluentd](http://github.com/fluent/fluentd)
@@ -92,7 +92,7 @@ Then, please create the events like this. This will send the event to fluentd,
9292
with tag 'app.follow' and the attributes 'from' and 'to'.
9393

9494
Close method in FluentLogger class should be called explicitly when application
95-
is finished. The method close socket connection with the fluentd.
95+
is finished. The method closes socket connection with the fluentd.
9696

9797
FluentLogger.close();
9898

0 commit comments

Comments
 (0)