From 142ab37f20e40277afad7ec1350d7eeac82fc11b Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 14 Dec 2017 04:23:15 -0500 Subject: [PATCH] Add author to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a7d3a95..fbf98341 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Filename should be `YourSlug.json`. { "slug": "AudibleInstruments", "name": "Audible Instruments", + "author": "VCV", "license": "BSD 3-clause", "version": "0.5.0", "homepage": "https://vcvrack.com/", @@ -44,6 +45,7 @@ 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. Defaults to the slug if omitted. May change on a whim. +- **author**: Your name, company, alias, or GitHub username, whichever you prefer - **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.