From 99038b44a7f1bb1d1682f0ce40c7809ee3374292 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 25 Sep 2024 17:40:00 +0000 Subject: [PATCH] Docs changes --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 9024c3d7..ebfba9b1 100644 --- a/README.md +++ b/README.md @@ -72,20 +72,6 @@ To change the app settings location, you can - alter the `appsettings.json` file located in the same directory where the RepoM executable lives. - - -```json -{ - "App": { - // Absolute or relative path to the configuration directory. - // like: "AppSettingsPath": "C:/my-config/", - "AppSettingsPath": "MyConfig" - } -} -``` -snippet source | anchor - - ```cs