Skip to content

Commit 7d8955b

Browse files
authored
Fix icon in README
1 parent 63a935b commit 7d8955b

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
@@ -1,4 +1,4 @@
1-
![Icon](https://github.com/asherber/Xunit.Priority/raw/master/media/xunit-priority-64.png)
1+
![Icon](https://github.com/asherber/Xunit.Priority/blob/main/media/xunit-priority-64.png)
22

33
# Xunit.Priority [![NuGet](https://img.shields.io/nuget/v/Xunit.Priority.svg)](https://nuget.org/packages/Xunit.Priority) [![Build status](https://ci.appveyor.com/api/projects/status/h9kxm1ocxtcvf4iu/branch/master?svg=true)](https://ci.appveyor.com/project/asherber/xunit-priority/branch/master)
44

@@ -45,12 +45,11 @@ public class MyTests
4545
{
4646
[Fact]
4747
public void SomeTest() { }
48-
48+
4949
[Fact]
5050
public void SomeOtherTest() { }
51-
51+
5252
[Fact, Priority(10)]
5353
public void RunMeLast() { }
5454
}
5555
```
56-

0 commit comments

Comments
 (0)