Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 205ca9b

Browse files
authored
Merge pull request #48 from abaniuszewicz/hotfix/markdig_readme_sample_path
Fixing readme path
2 parents f172c13 + 7a95895 commit 205ca9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Markdig.Wpf.SampleAppCustomized/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public MainWindow()
1919

2020
private void OnLoaded(object sender, RoutedEventArgs e)
2121
{
22-
var path = "../../../../Documents/Markdig-readme.md";
22+
var path = "../../../../../Documents/Markdig-readme.md";
2323
Viewer.UCRootPath = path;
2424
Viewer.Markdown = File.ReadAllText(path);
2525
}

0 commit comments

Comments
 (0)