diff --git a/README.md b/README.md index b5c8941..f5d8d95 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,10 @@ This verified mods enables players to join servers that require custom content s Verified mods are listed in the present `verified-mods.json` file, using following format: * Key is mod's name (contained in its `mod.json` manifest's "Name" key); -* Body holds four fields: +* Body holds three fields: * "DependencyPrefix" contains the string that allows Northstar to retrieve mods on Thunderstore; * "Repository" contains the link of the repository hosting the source code of the mod; - * "Versions" contains a list of version (for the current mod) that have been verified; - * "RequiresRestart" contains a boolean for if the mod requires a game restart to be loaded properly. + * "Versions" contains a list of version (for the current mod) that have been verified. ## How to submit a mod for verification