Skip to content

Commit 5ac2d69

Browse files
Fix the documentation.
1 parent faf2337 commit 5ac2d69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ The [PosInformatique.UnitTests.Databases](https://github.com/PosInformatique/Pos
7575

7676
## Samples / Demo
7777

78-
A complete sample solution is available in this repository in the [./samples](./samples) folder.
78+
A complete sample solution is available in this repository inside the [samples](./samples) folder.
7979

80-
The solution contains the following projects:
80+
The solution contains the following sample projects:
8181
- [DemoApp.Domain](./samples/DemoApp.Domain/DemoApp.Domain.csproj): Represents the domain of the application with a set of sample business entities.
8282
- [DemoApp.DataAccessLayer](./samples/DemoApp.DataAccessLayer/DemoApp.DataAccessLayer.csproj): Represents a Data Access Layer with a set of repositories to unit test.
8383
- [DemoApp.DataAccessLayer.Tests](./samples/DemoApp.DataAccessLayer.Tests/DemoApp.DataAccessLayer.Tests.csproj): Unit test project to test the [DemoApp.DataAccessLayer](./samples/DemoApp.DataAccessLayer/DemoApp.DataAccessLayer.csproj)
84-
- project using the [PosInformatique.UnitTests.Databases.SqlServer](https://www.nuget.org/packages/PosInformatique.UnitTests.Databases.SqlServer) package.
84+
project using the [PosInformatique.UnitTests.Databases.SqlServer.EntityFramework](https://www.nuget.org/packages/PosInformatique.UnitTests.Databases.SqlServer.EntityFramework) package.
8585

8686
## Writing unit tests for a Data Access Layer
8787

0 commit comments

Comments
 (0)