Skip to content

Commit 8c43cb6

Browse files
committed
Update Readme.md
1 parent 6781c9b commit 8c43cb6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ LaunchCount=2 WarmupCount=10
154154

155155
## Benchmark configuration
156156

157-
BenchmarkDotNet initializes Revit with the `English - United States` language and the `C:\Program Files\Autodesk\Revit {version}` installation path. To override these defaults, use assembly-level attributes:
157+
BenchmarkDotNet initializes Revit with the `English - United States` language and the `C:\Program Files\Autodesk\Revit {version}` installation path. To override these defaults:
158158

159-
- Add the attributes to any .cs file in your project (e.g., Program.cs):
159+
- Add the assembly-level attribute to any .cs file in your project (e.g., Program.cs):
160160

161161
```csharp
162162
using Nice3point.Revit.Injector.Attributes;
@@ -165,7 +165,7 @@ BenchmarkDotNet initializes Revit with the `English - United States` language an
165165
[assembly: RevitInstallationPath("D:\Autodesk\Revit Preview")]
166166
```
167167

168-
- Add the attributes directly to your .csproj file:
168+
- Or add the attributes directly to your .csproj file:
169169

170170
```xml
171171
<!-- Revit Environment Configuration -->

0 commit comments

Comments
 (0)