Skip to content

Commit e9fd478

Browse files
authored
Merge pull request #222 from bazile/nuget-prefix-in-readme
Add TngTech prefix to package names in README
2 parents 2ee281d + 37ffb08 commit e9fd478

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ structure. The main focus of ArchUnitNET is to automatically test architecture a
1111
## An Example
1212
To use ArchUnitNET, install the ArchUnitNET package from NuGet:
1313
```
14-
PS> Install-Package ArchUnitNET
14+
PS> Install-Package TngTech.ArchUnitNET
1515
```
1616
If you want to use xUnit, NUnit or MSTestV2 for your unit tests, you should instead install the corresponding ArchUnit extension:
1717
```
18-
PS> Install-Package ArchUnitNET.xUnit
19-
PS> Install-Package ArchUnitNET.NUnit
20-
PS> Install-Package ArchUnitNET.MSTestV2
18+
PS> Install-Package TngTech.ArchUnitNET.xUnit
19+
PS> Install-Package TngTech.ArchUnitNET.NUnit
20+
PS> Install-Package TngTech.ArchUnitNET.MSTestV2
2121
```
2222
#### Create a Test
2323
Then you will want to create a class to start testing. We used xUnit with the ArchUnit extension here, but it works similarly with NUnit or other Unit Test Frameworks.

0 commit comments

Comments
 (0)