From dcee915bd5648a5ed9940ecbe8c6b04f00e43f00 Mon Sep 17 00:00:00 2001 From: Hammy Date: Sat, 2 Apr 2022 00:37:44 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a358e31..52900c2 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,7 @@ **Yes! :P** -## Description - -_rall_ is an incredibly simple and intuitive logger, consider this crate a _failure_ if you can't get setup within **30 -seconds!** +> _rall_ is an incredibly simple and intuitive logger, consider this crate a _failure_ if you can't get setup within **30 seconds!** ## Feature Set @@ -23,7 +20,7 @@ And much more to come... soon™! use rall::SimpleLogger; // Create Default SimpleLogger -let mut simple_logger = SimpleLogger::default(); +let mut simple_logger = SimpleLogger::default (); // Log Out To Standard Output logger.log(Level::TRACE, "My Best Friend Hazel :D");