Skip to content

Commit 6cab82e

Browse files
committed
Updated README.md.
1 parent 0f05e0d commit 6cab82e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ Choose from existing pre-configured configurations and start containers within a
2525

2626
## Pre-configured containers
2727

28-
- MsSqlTestcontainer
29-
- MySqlContainer
30-
- PostgreSqlContainer
28+
The pre-configured Testcontainers below are supported. Further examples can be found in [TestcontainersContainerTest][1] and [DatabaseContainerTest][2].
29+
30+
- MsSql
31+
- MySql
32+
- PostgreSql
3133

3234
## Examples
3335

@@ -107,3 +109,7 @@ You are thinking about contributing to .NET Testcontainers? Awesome, it’s abso
107109
## License
108110

109111
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
112+
113+
114+
[1]: https://github.com/HofmeisterAn/dotnet-testcontainers/blob/develop/src/DotNet.Testcontainers.Tests/Unit/TestcontainersContainerTest.cs
115+
[2]: https://github.com/HofmeisterAn/dotnet-testcontainers/blob/develop/src/DotNet.Testcontainers.Tests/Unit/DatabaseContainerTest.cs

0 commit comments

Comments
 (0)