diff --git a/MOD_DEVELOPERS.md b/MOD_DEVELOPER.md similarity index 90% rename from MOD_DEVELOPERS.md rename to MOD_DEVELOPER.md index 96b03bd..9fbb6b1 100644 --- a/MOD_DEVELOPERS.md +++ b/MOD_DEVELOPER.md @@ -87,7 +87,8 @@ This update strategy uses the specified JSON file to check for updates. } ``` -- Does Not Require Semantic Versioning +- Does Not Use Semantic Versioning + - A mod is marked as out-of-date if the version in the JSON is different from the current version, so if the current version is newer than the one in the JSON, it will still be marked as out-of-date. - ```build.gradle``` Modification Is Not Required ## ```build.gradle``` Modification diff --git a/README.md b/README.md index d51fcbf..79bc466 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Created For [ModFest 1.16](https://modfest.net/1.16) Go to the Mod Menu and click the configure icon to show the ModUpdater GUI or use the ```/modupdater``` command. ## Mod Developers -[View Mod Developers](MOD_DEVELOPERS.md) +[View Mod Developers](MOD_DEVELOPER.md) ## Changelog [View Changelog](CHANGELOG.md)