Update README.md

pull/3/head
Hammy 3 years ago
parent 0dd3152d00
commit dcee915bd5

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

Loading…
Cancel
Save