summaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-12-15 13:33:22 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-12-15 13:33:22 -0500
commit39341d772e99492f239ad8aff09cca8760ff5b83 (patch)
tree411edbf7104abf0c6386ae412fee935c12d952b1 /docs/README.md
parent5f620e14fa331b0721bd4044011363477dc79ef5 (diff)
downloadSMAPI-39341d772e99492f239ad8aff09cca8760ff5b83.tar.gz
SMAPI-39341d772e99492f239ad8aff09cca8760ff5b83.tar.bz2
SMAPI-39341d772e99492f239ad8aff09cca8760ff5b83.zip
prevent invalid items from crashing the game
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 b8e3b50b..e4220de2 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,6 +1,6 @@
-**SMAPI** is an open-source modding API for [Stardew Valley](https://stardewvalley.net/) that lets
-you play the game with mods. It's safely installed alongside the game's executable, and doesn't
-change any of your game files. It serves eight main purposes:
+**SMAPI** is an open-source modding framework and API for [Stardew Valley](https://stardewvalley.net/)
+that lets you play the game with mods. It's safely installed alongside the game's executable, and
+doesn't change any of your game files. It serves eight main purposes:
1. **Load mods into the game.**
_SMAPI loads mods when the game is starting up so they can interact with it. (Code mods aren't