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