diff --git a/PRIMER.md b/PRIMER.md index de67f1e4d3..a327a652d8 100644 --- a/PRIMER.md +++ b/PRIMER.md @@ -23,7 +23,7 @@ Below is a description of the current Polymer features, followed by individual f | [Configure properties](#property-config) | properties: { … } | [Attribute deserialization to property](#attribute-deserialization) | properties: { \: \ } | [Static attributes on host](#host-attributes) | hostAttributes: { \: \ } -| [Prototype mixins](#prototype-mixins) | mixins: [ … ] +| [Behavior mixins](#behaviors) | behaviors: [ … ] **Template stamped into "local DOM" and tree lifecycle** @@ -68,6 +68,7 @@ Below is a description of the current Polymer features, followed by individual f |---------|------- | [Template repeater](#x-repeat) | \