From 70f12573919d986e89fbbaeb10f57248dc97b398 Mon Sep 17 00:00:00 2001 From: Billy Date: Tue, 27 Sep 2016 19:12:28 -0700 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9cf0f7c..5a603de 100644 --- a/README.rst +++ b/README.rst @@ -110,7 +110,7 @@ Event-Based Interface This API is a wrapper for `sender.FluentSender`. First, you need to call ``sender.setup()`` to create global `sender.FluentSender` logger -instance. This call needs to be called only once, at the beggining of +instance. This call needs to be called only once, at the beginning of the application for example. Initialization code of Event-Based API is below: