Skip to content

Commit 078105f

Browse files
committed
Update README
1 parent 5b346cf commit 078105f

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
@@ -38,7 +38,7 @@ To quickly test your setup, add a matcher that logs to the stdout:
3838

3939
### Event-Based Interface
4040

41-
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.
41+
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.
4242

4343
By default, the logger assumes fluentd daemon is launched locally. You can also specify remote logger by passing the options.
4444

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

6363
### Python logging.Handler interface
6464

65-
This client-library also has FluentHandler class for Python logging module.
65+
This client-library also has `FluentHandler` class for Python logging module.
6666

6767
import logging
6868
from fluent import handler

0 commit comments

Comments
 (0)