Explorar el Código

Merge pull request #26 from DesmondWillowbrook/patch-1

Added in use statement for usage example.
Sam Clements hace 4 años
padre
commit
567166fd2e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -12,6 +12,8 @@ Usage
 -----
 
 ```rust
+use simple_logger::SimpleLogger
+
 fn main() {
     SimpleLogger::new().init().unwrap();