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

Commit 7a95895

Browse files
committed
fixing readme path on Markdig.Wpf.SampleAppCustomized project
1 parent f172c13 commit 7a95895

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)