diff --git a/README.md b/README.md index 1c197eb..1bbbc6a 100644 --- a/README.md +++ b/README.md @@ -83,16 +83,12 @@ __Attributes__ JSXAttributes :
 -- JSXSpreadAttribute JSXAttributesopt - JSXAttribute JSXAttributesopt -JSXSpreadAttribute : - -- `{` `...` AssignmentExpression `}` - JSXAttribute :
 - JSXAttributeName `=` JSXAttributeValue +- JSXSpreadAttribute JSXAttributeName : @@ -104,6 +100,11 @@ JSXAttributeValue :
 - `"` JSXDoubleStringCharactersopt `"` - `'` JSXSingleStringCharactersopt `'` - `{` AssignmentExpression `}` +- JSXElement + +JSXSpreadAttribute : + +- `{` `...` AssignmentExpression `}` JSXDoubleStringCharacters :