Skip to content

Commit 0d41393

Browse files
authored
Merge pull request #217 from xakep139/patch-1
Fix typo in README.md
2 parents afb6545 + ad96c71 commit 0d41393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ var log = new LoggerConfiguration()
9999
.WriteTo.MSSqlServer(
100100
connectionString: logDB,
101101
tableName: logTable,
102-
columnOptions: opts
102+
columnOptions: options
103103
).CreateLogger();
104104

105105
```

0 commit comments

Comments
 (0)