Skip to content

Commit

Permalink
Type fix [Skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
merbla authored Mar 3, 2017
1 parent c073db4 commit 58e6416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Log.Logger = new LoggerConfiguration()
.Subscribe())
.CreateLogger();

Log.Infomation("Hello, observers!");
Log.Information("Hello, observers!");

Log.CloseAndFlush();
```
Expand Down

0 comments on commit 58e6416

Please sign in to comment.