Skip to content

Commit 8ceb547

Browse files
committed
Update Readme.md
1 parent 28e5b5f commit 8ceb547

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Readme.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
</picture>
66
</p>
77

8-
## Unit testing framework for Revit API
9-
10-
This library provides a testing shell for Revit add-ins using a Microsoft testing platform.
8+
A testing library for Revit add-ins powered by the [TUnit](https://github.com/thomhurst/TUnit) testing framework.
119

1210
## Installation
1311

@@ -21,7 +19,7 @@ The packages are compiled for specific versions of Revit. To support different v
2119
```
2220

2321
> [!WARNING]
24-
> The public version of the package does not contain implementation for the framework.
22+
> The public version of this package does not contain implementation for the framework.
2523
> An open source version is not currently planned due to Autodesk export regulations.
2624
2725
## Writing your first test
@@ -53,7 +51,7 @@ This is your runnable test. The `[TestExecutor<RevitThreadExecutor>]` attribute
5351

5452
## Running your tests
5553

56-
This library uses TUnit, which is built on top of the Microsoft.Testing.Platform. Combined with source-generated tests, running your tests is available in multiple ways.
54+
**TUnit** is built on top of the Microsoft.Testing.Platform. Combined with source-generated tests, running your tests is available in multiple ways.
5755

5856
### dotnet run
5957

0 commit comments

Comments
 (0)