From 42e6e0d7f6e75d7b8678b91d8d0742e67a5d1641 Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Wed, 26 Jun 2024 17:36:50 +0200 Subject: [PATCH] Make link clickable --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a0d6a3..9799ad8 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ For command line use, choose your preferred installation: - .NET Core CLI tool available in the [dotnet-xscgen NuGet package](https://www.nuget.org/packages/dotnet-xscgen/) - CI Builds are available at the NuGet feed https://ci.appveyor.com/nuget/xmlschemaclassgenerator-0f1t3r6ti475 -``` +
 Usage: xscgen [OPTIONS]+ xsdFile...
 Generate C# classes from XML Schema files.
 Version ...
@@ -80,7 +80,7 @@ Options:
                                Separate type/member name and substitute name by
                                '='.
                                Prefix type/member name with an appropriate kind
-                               ID as documented at: https://t.ly/HHEI.
+                               ID as documented at: https://t.ly/HHEI.
                                Prefix with 'A:' to substitute any type/member.
       --tnsf, --typeNameSubstituteFile=VALUE
                              file containing generated type/member name
@@ -195,7 +195,7 @@ Options:
                                default is false)
       --dtd, --allowDtdParse
                              allow DTD parsing (default is false)
-```
+
For use from code use the [library NuGet package](https://www.nuget.org/packages/XmlSchemaClassGenerator-beta/):