summaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
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