From 3784c86ad504a26dcc001d5b02320918c99192f6 Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Tue, 21 Apr 2026 12:11:19 +0300 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4db8c8..316d3a1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Your `meta.json` must follow this structure: | `description`| String | A short summary of what the item does. | | `extended_description`| String | A complete description in **`markdown`** of your project, it can include all available markdown features. This field is required but may be left as `""` (empty), although it’s *not* recommended, for more information on how to structure your markdown look into [this](https://remarkjs.github.io/react-markdown/), for complete documentation look at this [MarkdownGuide](./MarkdownGuide.md) | | `category` | String or String[] | Must be `Skin`, `Texture`, `World`, `Mod`, `DLC`, or multiple ones in a list. | -| `thumbnail` | String | File name for your 1:1 image (PNG/JPG/SVG/GIF) for the preview. | +| `thumbnail` | String | File name for your image (PNG/JPG/SVG/GIF) for the preview. | | `zips`| Object | Names of your `.zip` files to extract. | | `version` | String | Semantic versioning (e.g. `1.0.0`). |