From 9d0039c72beee140ceeac66e44d441b2458002d7 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 25 Dec 2021 13:01:00 +0200 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05399f1..b93af01 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ dlog is formed out of two main components: ### Quick start If you want to immediately begin logging text usin the defaults and don't care about implementing your own transformations then you can -simply use the defaulkt logger as follows: +simply use the default logger as follows: ```d import dlog;