Skip to content

Commit f8da126

Browse files
authored
Update README.md
1 parent 59d3038 commit f8da126

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is still early days for the library and nothing is set in stone with regard
1212
If you have an idea, suggestion, or bug, please add an [issue](issues). Pull-requests are also very welcome.
1313

1414
## Getting started
15-
1. Install the [Razor.Components.Testing.Library](https://www.nuget.org/packages/Razor.Components.Testing.Library) library from Nuget into your xUnit test project (https://www.nuget.org/packages/Razor.Components.Testing.Library).
15+
1. Install the [Razor.Components.Testing.Library](https://www.nuget.org/packages/Razor.Components.Testing.Library) library from Nuget into your xUnit test project.
1616
2. Optionally, add an `_Imports.razor` to test project to avoid typing using and inherits statements in each test files.
1717
3. Write `.razor`-based tests.
1818

@@ -29,7 +29,6 @@ If you have an idea, suggestion, or bug, please add an [issue](issues). Pull-req
2929
```
3030

3131
## Example
32-
The test example below uses the `[Alert](sample/ComponentLib/Alert.razor)` sample component in the sample folder:
33-
34-
https://github.com/egil/razor-component-testing-library/blob/2ad622c9ad0aa21a4454d8d4b681944c3c2e3f0a/sample/ComponentLib/Alert.razor
32+
The test examples below tests the Bootstrap [`Alert`](sample/ComponentLib/Alert.razor) sample component found in the sample folder:
3533

34+
https://github.com/egil/razor-component-testing-library/blob/7b018f1bdd358d786df003a83ac6721be211385e/sample/ComponentLib/Alert.razor#L1

0 commit comments

Comments
 (0)