We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ccaf6 commit e43778bCopy full SHA for e43778b
README.md
@@ -164,9 +164,9 @@ dotnet run -c=Release --project=Benchmarking
164
You may see that `DictionaryList<T>` is an all-rounded, midway solution between a `List<T>` and a `Dictionary<TKey,TValue>`.
165
166
### Sample benchmarking results
167
-The benchmark is run with the initial version of this library.
+The benchmark is run with version `0.1.0` of this library.
168
169
-See `BENCHMARK.md`.
+For details, please see `BENCHMARK.md`.
170
171
## Testing
172
This package uses NUnit for testing.
0 commit comments