Skip to content

Commit f87ffc7

Browse files
authored
Update README.md
1 parent 8e9bdb3 commit f87ffc7

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 @@
11
# Razor Component Testing Library
2-
A prototype of a testing library that renders Razor Components as HTML and compare the result to an
2+
Prototype testing library that renders Razor Components as HTML and compare the result to an
33
expected result, using the [XMLDiff](https://www.xmlunit.org/) library and [Shouldly](https://github.com/shouldly/shouldly) for writing out error messages.
44

55
**NOTE: Only tested with Preview-6**
@@ -198,4 +198,4 @@ public class AlertTest : RazorComponentFixture
198198
}
199199
```
200200

201-
Ill add more examples later...
201+
Ill add more examples later...

0 commit comments

Comments
 (0)