From b46253663ae7bfc3a06063ef045a9666410090ba Mon Sep 17 00:00:00 2001 From: Brian Broll Date: Tue, 30 Mar 2021 15:32:38 -0500 Subject: [PATCH] Add a little more docs --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 9d7f268..441528d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1 +1 @@ -This directory contains examples that can be loaded using the [SetStateFromJSON](src/plugins/SetStateFromJSON) plugin. Examples with the "\_meta" suffix are expected to be applied to a "Language" node contained in the root node. +This directory contains examples that can be loaded using the [SetStateFromJSON](src/plugins/SetStateFromJSON) plugin. Examples with the "\_meta" suffix are expected to be applied to a "Language" node contained in the root node. Other examples should be created in a node instance (probably contained in the root node).