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");