Skip to content

Commit 74566ec

Browse files
committed
Edited README.md via GitHub
1 parent e737173 commit 74566ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Fluent daemon must be lauched with the following configuration:
2424
port 24224
2525
</source>
2626

27-
Use
28-
---
27+
Usage
28+
-----
2929

3030
First, you need to call logger.setup() to create global logger instance. This call needs to be called only once, at the beggining of the application for example.
3131

@@ -43,7 +43,7 @@ Then, please create the events like this. This will send the event to fluent, wi
4343

4444
from fluent import event
4545

46-
# send event with tag app.follow
46+
# send event to fluentd, with 'app.follow' tag
4747
event.Event('follow', {
4848
'from': 'userA',
4949
'to': 'userB'

0 commit comments

Comments
 (0)