From d9257919d9e4afdf9d7385c4eb07f6031b6a17d9 Mon Sep 17 00:00:00 2001 From: Jacobtread <33708767+jacobtread@users.noreply.github.com> Date: Tue, 19 Apr 2022 04:28:26 +1200 Subject: [PATCH] Out of place space? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b095452a..077c2d15 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ $ cargo run --example usage and my_rust_binary.log ``` 11:13:03 [ERROR] usage: Bright red error -11:13:03 [ INFO] usage: This only appears in the log file +11:13:03 [INFO] usage: This only appears in the log file ``` ## Getting Started