From 2650dc069ce32cf4fc1c76cfd889969465117bc3 Mon Sep 17 00:00:00 2001 From: Zack Date: Sat, 23 May 2020 17:01:45 -0400 Subject: [PATCH] Updated Plugin and Theme METAs (markdown) --- Plugin-and-Theme-METAs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin-and-Theme-METAs.md b/Plugin-and-Theme-METAs.md index 8c6a6b1..8795743 100644 --- a/Plugin-and-Theme-METAs.md +++ b/Plugin-and-Theme-METAs.md @@ -53,7 +53,7 @@ The following fields can be defined in a META: |Name|Description| |-|:-| -|`name`|The object name of the plugin. (This is **required** and must match the plugin's variable name. Note this is NOT REQUIRED if there's a module export.)| +|`name`|The object name of the plugin. (This is **required** and must match the plugin's variable name. Note "matching" is NOT REQUIRED if there's a module export.)| A minimal META for plugins would look like the following: