Skip to content

Commit bbcb6d3

Browse files
kasperhesthavenegil
authored andcommitted
Typo: Fixed incorrect link in README.md (#15)
1 parent 5624b0a commit bbcb6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you have an idea, suggestion, or bug, please add an [issue](issues) or ping m
1313
[![Gitter](https://badges.gitter.im/razor-components-testing-library/community.svg)](https://gitter.im/razor-components-testing-library/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
1414

1515
## Getting started
16-
1. Create the necessary projects (Razor Class Library and xUnit class Library). See the [sample project](master/sample) for an example.
16+
1. Create the necessary projects (Razor Class Library and xUnit class Library). See the [sample project](/sample) for an example.
1717
1. Install the [Razor.Components.Testing.Library](https://www.nuget.org/packages/Razor.Components.Testing.Library) library from Nuget into your xUnit test project.
1818
2. Optionally, add an `_Imports.razor` to test project to avoid typing using and inherits statements in each test file.
1919
3. Write `.razor`-based tests.

0 commit comments

Comments
 (0)