From c5b4a4050bc59b665693a881c2754cac4119419c Mon Sep 17 00:00:00 2001 From: Cedrick Cooke Date: Fri, 10 Sep 2021 12:40:00 -0700 Subject: [PATCH] Split paragraph in two --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3aca26de..a7c103ce 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,9 @@ Logging can be initialized via [`install`]: Log.dispatcher.install(ConsoleLogger) ``` -If no [`Logger`] is installed, then log blocks are not called at runtime. Custom loggers can be created by -implementing the [`Logger`] interface. +If no [`Logger`] is installed, then log blocks are not called at runtime. + +Custom loggers can be created by implementing the [`Logger`] interface. #### Android (Logcat)