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);