Browse Source

Add semicolon which caused compilation errors

Matthias 4 years ago
parent
commit
0213085b9a
1 changed files with 1 additions and 1 deletions
  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();