Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mjebrahimi committed Jan 19, 2024
1 parent 56ddca2 commit 0d50ed5
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 @@ -41,7 +41,7 @@ PM> Install-Package BenchmarkDotNetVisualizer

### 2. Using Exporters

#### Example 1 (Json Serializers Benchmark)
#### Example 1 (JSON Serializers Benchmark)

```csharp
BenchmarkRunner.Run<JsonSerializersBenchmark>();
Expand All @@ -68,7 +68,7 @@ public class JsonSerializersBenchmark { ... }

**Output:**

To see the results, navigate to path:
To see the results, navigate to the following path:

`[ProjectDirectory]\bin\[Debug|Release]\[.NET-version]\BenchmarkDotNet.Artifacts\results\Benchmark-report-rich.html|png`

Expand Down

0 comments on commit 0d50ed5

Please sign in to comment.