Browse Source

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

Add semicolon which caused compilation errors
Sam Clements 4 years ago
parent
commit
a8f779f466
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();