Explorar el Código

Added in use statement for usage example.

DesmondWillowbrook hace 4 años
padre
commit
9fcf35f27a
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();