diff --git a/dist/schema.html b/dist/schema.html index a6d55bc..f73e38f 100644 --- a/dist/schema.html +++ b/dist/schema.html @@ -36,7 +36,7 @@

Example app.json

Schema Reference

name

-

(string, optional) A clean and simple name to identify the template.

+

(string, optional) A clean and simple name to identify the template (30 characters max).

{
   "name": "Small Sharp Tool"
 }
diff --git a/dist/schema.md b/dist/schema.md
index 0a7167c..8c13df4 100644
--- a/dist/schema.md
+++ b/dist/schema.md
@@ -43,7 +43,7 @@ document describes the schema in detail.
 
 ### name
 
-*(string, optional)* A clean and simple name to identify the template.
+*(string, optional)* A clean and simple name to identify the template (30 characters max).
 
 ```json
 {