From 13734e243183cc184a6c97eb56a2e9149996200e Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 23 Jul 2023 00:27:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2101e8..7f0ae8b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ http://www.nuget.org/packages/IFTSTAParser/ The demo solution shows you how to use the parser: -``` +```csharp string path = "iftsta-file.txt"; IFTSTADocument document = IFTSTAParser.Load(path);