Skip to content

Commit 138cff3

Browse files
authored
Update README.md
1 parent bbcb6d3 commit 138cff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Razor Components Testing Library
2-
Testing library for Razor Components, that allows you to easily define your component under test and the expected output HTML
1+
# Blazor/Razor Components Testing Library
2+
Testing library for Blazor Components/Razor Components, that allows you to easily define your component under test and the expected output HTML
33
in a `.razor` file. It will automatically compare the input with the expected output using the
44
[XMLDiff](https://www.xmlunit.org/) library and pretty print error messages.
55

0 commit comments

Comments
 (0)