Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit 77e9612

Browse files
authored
English
1 parent 05d0488 commit 77e9612

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ File1.cs
4141
.editorconfig
4242
```
4343

44-
### Writing (for Slnx 2.0)
44+
### Writing (applies to Slnx 2.0)
4545
```cs
4646
using Slnx;
4747
using System.Text.Json;
@@ -70,7 +70,7 @@ var model = SlnxModel.Load(File.ReadAllText("OutputSlnx.txt"));
7070
Console.WriteLine(JsonSerializer.Serialize(model));
7171
```
7272

73-
### Writing (for Slnx 1.0)
73+
### Writing (applies to Slnx 1.0)
7474
```cs
7575
using Slnx;
7676

@@ -128,7 +128,7 @@ Bug reports, suggestions, questions and other feedback are welcome.
128128
Slnx uses the .NET 6.0 Runtime, but it works fine for preceding versions, including .NET 7.0, 8.0, and future releases.
129129

130130
# Benchmarking
131-
Tested for SLNX 2.0 using `BenchmarkDotNet`, found in `./benchmark` folder.
131+
This is the benchmark for SLNX version 2.0, using `BenchmarkDotNet`. Benchmarks are found in the `./benchmark` folder.
132132
### Read
133133
```
134134

0 commit comments

Comments
 (0)