From f0b0906a0942112eb3387ee08526ed0ebe022c2c Mon Sep 17 00:00:00 2001 From: Alejandro Lopez Date: Mon, 18 Jan 2021 11:03:40 +0200 Subject: [PATCH] Typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e67abff..151b224 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ Logback Extensions Extensions for Logback logging library mainly for appenders aimed for Amazon Web Services, including CloudWatch Logs, DynamoDB, Kinesis, SNS and SQS appenders. Contains also high -performance asynchronous appender based on LMAX disrupotr and some utilities like Jackson JSON +performance asynchronous appender based on LMAX disruptor and some utilities like Jackson JSON encoder. ## Using Logback Extensions Logback Extensions requires Java 7 or newer. Include desired modules in your project's -dependency management and configure the appenders or encoders using Logback's XML configutation +dependency management and configure the appenders or encoders using Logback's XML configuration or Java API.