From 8dbc5d45c0d4fe8a0e666be0a85cfb6d9445dbae Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 29 Nov 2017 21:19:35 -0500 Subject: [PATCH] Allow omitted plugin name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60bf58a5..a0d4a8b7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Filename should be `YourSlug.json`. Keys with * are required. - **slug**\*: Unique identifier for your plugin. Should never change. Avoid spaces. Prefix with your company or developer name if you plan to release multiple plugins, e.g. "VCV-PulseMatrix". But most importantly, should never change. -- **name**\*: Human-readable display name for your plugin. May change on a whim. +- **name**: Human-readable display name for your plugin. Defaults to the slug if omitted. May change on a whim. - **version**\*: Your plugin's version, using the guidelines at https://github.com/VCVRack/Rack/issues/266. Do not include the "v" prefix. - **license**: Abbreviation of the license(s) of your plugin. Use "proprietary" if all rights are reserved. - **homepage**: URL of the landing page of your plugin. Omit if redundant with the source URL.