Skip to content

Commit

Permalink
Update the schema doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Sep 11, 2014
1 parent be3dc5d commit 36a5b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/schema.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2 id="example-app-json">Example app.json</h2>
</code></pre>
<h2 id="schema-reference">Schema Reference</h2>
<h3 id="name">name</h3>
<p><em>(string, optional)</em> A clean and simple name to identify the template.</p>
<p><em>(string, optional)</em> A clean and simple name to identify the template (30 characters max).</p>
<pre><code class="lang-json">{
&quot;name&quot;: &quot;Small Sharp Tool&quot;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 36a5b8c

Please sign in to comment.