Explorar el Código

Merge pull request #32 from not-matthias/patch-1

Add semicolon which caused compilation errors
Sam Clements hace 4 años
padre
commit
a8f779f466
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

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