Explorar o código

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

Add semicolon which caused compilation errors
Sam Clements %!s(int64=4) %!d(string=hai) anos
pai
achega
a8f779f466
Modificáronse 1 ficheiros con 1 adicións e 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();