Skip to content

Commit

Permalink
Fix disallowed empty children array
Browse files Browse the repository at this point in the history
Closes GH-1.
Closes GH-2.
  • Loading branch information
eush77 authored and wooorm committed Dec 23, 2015
1 parent e929e87 commit a6d3a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and their related projects.
`string`;

* may have either a `value` property set to a `string` or a `children`
property set to an array of one or more `Unist` nodes;
property set to an array of zero or more `Unist` nodes;

* may have a `data` property set to a `JSON.stringify`able object;

Expand Down

0 comments on commit a6d3a03

Please sign in to comment.