From 56c684b05fb540199cc5f5e760de0014ce65c521 Mon Sep 17 00:00:00 2001 From: Breezebuilder Date: Fri, 7 Mar 2025 13:27:19 +1100 Subject: [PATCH] Update README.md Shorten folderName description to fit on a single line when formatted on GitHub page. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84b5b72f..d65c60a5 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ This file stores essential metadata in JSON format. **Make sure you adhere to th - **author**: Your chosen username or handle. - **repo**: A link to your mod's repository. - **downloadURL**: A direct link to the latest version of your released mod. (Can be same as `repo` if no separate download link exists.) -- *folderName*: (*Optional*) The name for the mod's install folder. This must not contain any of the filename-forbidden characters: `<` `>` `:` `"` `/` `\` `|` `?` `*` +- *folderName*: (*Optional*) The name for the mod's install folder. This must not contain characters `<` `>` `:` `"` `/` `\` `|` `?` `*` ### 3. thumbnail.jpg (Optional) If included, this image will appear alongside your mod in the index. Maximum and recommended size is 1920x1080 pixels.