From e050aa395ff5760135b484d19ac51268c6309bfa Mon Sep 17 00:00:00 2001 From: Niek <67207504+SocksM@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:07:21 +0200 Subject: [PATCH] Fixed typo in model generator readme In model generator program.cs: ```cs const string defaultConfigFilename = "modelgenerator_config.json"; ``` -# with an `l` --- src/NetCoreForce.ModelGenerator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NetCoreForce.ModelGenerator/README.md b/src/NetCoreForce.ModelGenerator/README.md index 1cf3439..92fc493 100644 --- a/src/NetCoreForce.ModelGenerator/README.md +++ b/src/NetCoreForce.ModelGenerator/README.md @@ -68,7 +68,7 @@ However, if you choose to save the config file, be careful with it as it does co ### Example config file ```json { - "comment": "Example config file - Make a copy of this file named modegenerator_config.json with your login info", + "comment": "Example config file - Make a copy of this file named modelgenerator_config.json with your login info", "AuthInfo": { "clientId": "your_client_id", "clientSecret": "your_client_secret",