summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-03-14 15:12:13 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-03-14 15:12:13 -0400
commit9169e40a24d6d7bd69e85ff62f2dcf22139fbf37 (patch)
treea1140804f26536dd64a0fb15f3ed0bcef82bfd64
parentec8286475a1524486eb01294981682c7473c6e8f (diff)
downloadSMAPI-9169e40a24d6d7bd69e85ff62f2dcf22139fbf37.tar.gz
SMAPI-9169e40a24d6d7bd69e85ff62f2dcf22139fbf37.tar.bz2
SMAPI-9169e40a24d6d7bd69e85ff62f2dcf22139fbf37.zip
clarify incompatible mods config in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1b4b52d5..87383ffb 100644
--- a/README.md
+++ b/README.md
@@ -142,7 +142,7 @@ field | purpose
----- | -------
`DeveloperMode` | Default `false` (except in _SMAPI for developers_ releases). Whether to enable features intended for mod developers. Currently this only makes `TRACE`-level messages appear in the console.
`CheckForUpdates` | Default `true`. Whether SMAPI should check for a newer version when you load the game. If a new version is available, a small message will appear in the console. This doesn't affect the load time even if your connection is offline or slow, because it happens in the background.
-`IncompatibleMods` | A list of mods SMAPI considers incompatible and will refuse to load. Changing this field is not recommended.
+`IncompatibleMods` | A list of mod versions SMAPI considers incompatible and will refuse to load. Changing this field is not recommended.
### Command-line arguments
SMAPI recognises the following command-line arguments. These are intended for internal use and may