summaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-05-03 18:11:31 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-05-03 18:11:31 -0400
commit5d3d919d490fd414fe9647e566e92c71d7f64509 (patch)
treee1eab3352287ef04b5de4cdc28b550e255d58c3f /docs/README.md
parentc48f6d78cc412c5f2e40a8b460b7b3c1c993c51a (diff)
parent3447e2f575c2c83af729777e4d37e93f4c2a6467 (diff)
downloadSMAPI-5d3d919d490fd414fe9647e566e92c71d7f64509.tar.gz
SMAPI-5d3d919d490fd414fe9647e566e92c71d7f64509.tar.bz2
SMAPI-5d3d919d490fd414fe9647e566e92c71d7f64509.zip
Merge branch 'develop' into stable
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.md b/docs/README.md
index 4726c190..e7b8a9b3 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -11,9 +11,9 @@ doesn't change any of your game files. It serves seven main purposes:
couldn't._
3. **Rewrite mods for compatibility.**
- _SMAPI rewrites mods' compiled code before loading them so they work on Linux/Mac/Windows
- without the mods needing to handle differences between the Linux/Mac and Windows versions of the
- game. In some cases it also rewrites code broken by a game update so the mod doesn't break._
+ _SMAPI rewrites mods' compiled code before loading them so they work on Linux/macOS/Windows
+ without the mods needing to handle differences between the Linux/macOS and Windows versions of
+ the game. In some cases it also rewrites code broken by a game update so the mod doesn't break._
5. **Intercept errors and automatically fix saves.**
_SMAPI intercepts errors, shows the error info in the SMAPI console, and in most cases