Skip to content

Commit

Permalink
Merge pull request #42 from Zastai/fix-readme
Browse files Browse the repository at this point in the history
Fix issues in the README
  • Loading branch information
Zastai authored Dec 17, 2023
2 parents d10b6f5 + d516906 commit 1c7a9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ JsonUtils.TraceSource.Switch.Level = SourceLevels.All;
var mySwitch = new TraceSwitch("MyAppDebugSwitch", "All");
JsonUtils.TraceSource.Switch = mySwitch;

// By default, there is a default listener that writes trace events to
// By default, there is a single listener that writes trace events to
// the debug output (typically only seen in an IDE's debugger). You can
// can add (and remove) listeners as desired.
// add (and remove) listeners as desired.
var listener = new ConsoleTraceListener {
Name = "MyAppConsole",
TraceOutputOptions = TraceOptions.DateTime | TraceOptions.ProcessId,
Expand Down

0 comments on commit 1c7a9f9

Please sign in to comment.