Skip to content

Commit 1fe1b8f

Browse files
authored
Update README.md
1 parent 7372d07 commit 1fe1b8f

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
@@ -16,7 +16,7 @@ If you have an idea, suggestion, or bug, please add an [issue](issues) or ping m
1616
## Getting started
1717
1. Create the necessary projects (Razor Class Library and xUnit class Library). See the [sample project](master/sample) for an example.
1818
1. Install the [Razor.Components.Testing.Library](https://www.nuget.org/packages/Razor.Components.Testing.Library) library from Nuget into your xUnit test project.
19-
2. Optionally, add an `_Imports.razor` to test project to avoid typing using and inherits statements in each test files.
19+
2. Optionally, add an `_Imports.razor` to test project to avoid typing using and inherits statements in each test file.
2020
3. Write `.razor`-based tests.
2121

2222
### Example \_Imports.razor
@@ -34,7 +34,7 @@ If you have an idea, suggestion, or bug, please add an [issue](issues) or ping m
3434
## Example
3535
The test examples below tests the Bootstrap [`Alert.razor`](sample/ComponentLib/Alert.razor) sample component, using the [`AlertTests.razor`](sample/RazorComponentLibTests/AlertTests.razor) test component, both found under the sample folder.
3636

37-
### Component under test
37+
### Component under test - Alert.razor
3838
```cshtml
3939
@code {
4040
[Parameter]

0 commit comments

Comments
 (0)