Skip to content

Commit a128c11

Browse files
committed
Docs changes
1 parent 05ddf73 commit a128c11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static void Initialize() =>
5454
public Task VerifyExcel() =>
5555
VerifyFile("sample.xlsx");
5656
```
57-
<sup><a href='/src/Tests/Samples.cs#L31-L37' title='Snippet source file'>snippet source</a> | <a href='#snippet-VerifyExcel' title='Start of snippet'>anchor</a></sup>
57+
<sup><a href='/src/Tests/Samples.cs#L35-L41' title='Snippet source file'>snippet source</a> | <a href='#snippet-VerifyExcel' title='Start of snippet'>anchor</a></sup>
5858
<!-- endSnippet -->
5959

6060

@@ -70,7 +70,7 @@ public Task VerifyExcelStream()
7070
return Verify(stream, "xlsx");
7171
}
7272
```
73-
<sup><a href='/src/Tests/Samples.cs#L74-L83' title='Snippet source file'>snippet source</a> | <a href='#snippet-VerifyExcelStream' title='Start of snippet'>anchor</a></sup>
73+
<sup><a href='/src/Tests/Samples.cs#L78-L87' title='Snippet source file'>snippet source</a> | <a href='#snippet-VerifyExcelStream' title='Start of snippet'>anchor</a></sup>
7474
<!-- endSnippet -->
7575

7676

@@ -98,7 +98,7 @@ public Task XLWorkbook()
9898
return Verify(book);
9999
}
100100
```
101-
<sup><a href='/src/Tests/Samples.cs#L43-L64' title='Snippet source file'>snippet source</a> | <a href='#snippet-XLWorkbook' title='Start of snippet'>anchor</a></sup>
101+
<sup><a href='/src/Tests/Samples.cs#L47-L68' title='Snippet source file'>snippet source</a> | <a href='#snippet-XLWorkbook' title='Start of snippet'>anchor</a></sup>
102102
<!-- endSnippet -->
103103

104104

0 commit comments

Comments
 (0)