Skip to content

Commit 11af33a

Browse files
Update README-Nuget.md
1 parent b9509cf commit 11af33a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README-Nuget.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
.DeleteTheLogFileWhenExceededTheMaximumSizeOf(20)
2222
.PrintOnConsole();
2323
```
24-
> **Note**:
24+
> **Note**:
2525
> Internal logger agent is responsible for logging the events occured in the FastLog.Net internally (including exceptions).
2626
2727
**Step 2** 👇
@@ -32,7 +32,7 @@
3232
.WithLoggerName("FastLog.Net® Logger")
3333
.WithMaxEventsToKeepInMemory(1_000);
3434
```
35-
> **Note**:
35+
> **Note**:
3636
> There is "**RunAgentsInParallelMode**" feature you can use to run agent(s) in parallel , but in most cases it's **NOT** recommended because may have considerable negative impact on performance.
3737
3838
**Step 3** 👇

0 commit comments

Comments
 (0)