From 47572c4a9fcf3435b1738d098d353342a9c74868 Mon Sep 17 00:00:00 2001 From: Felix Deimel Date: Thu, 27 Jul 2023 15:42:12 +0200 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8b3254b..d9ef9a95 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The generated C# code can then be compiled with .NET NativeAOT which allows the ### Configuring the Generator - Currently, the generator takes a single required argument: `PathToConfig.json`. -- Create a config file. See [Generator Config](#generator-config) for supported config values. +- Create a config file. See [Generator Configuration](#generator-configuration) for supported config values. - Run the generator with the path to the config file as the first and only argument (`beyondnetgen /Path/To/Config.json`). - If the generator was successful it will exit with 0 as exit code. - If errors were encountered they'll appear in the terminal along other log output.