From edc50ca5c44b01102614aad775b5853260a9a0de Mon Sep 17 00:00:00 2001 From: Endeavorance Date: Thu, 20 Mar 2025 14:43:00 -0400 Subject: [PATCH] check --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc4ca57..b42b485 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,10 @@ These YAML representations of definitions show the properties available for each Note that every Playbill component definition can define the following properties: ```yaml -id: some-hypenated-id # default: slug-ified file name -name: The Name of the Component # default: Name of the containing file -description: A markdown-enabled description # default: Placeholder / empty -categories: # default: No categories +id: some-hypenated-id # defaults to a slugified version of the file name +name: The Name of the Component # defaults to the file name +description: A markdown-enabled description # defaults to a placeholder +categories: # defaults to no categories - list - of - categories