diff --git a/README.md b/README.md index aa6ad86..58c7e91 100644 --- a/README.md +++ b/README.md @@ -340,30 +340,26 @@ If you want to use the variable across an element's attributes and events, you c Like the example above, `:load` can be used to set the initial value of the variable. -### Parent Element Variables +### Group Variables -Adding a `:parent` attribute to an element will allow you to access its variables from its children using `parent.` variables. - -A children's `parent.` variable is the same as the parent's `el.` variable. +Adding a `:group` attribute to an element will allow you to access its variables from its children using `group.` variables. ```html -
- - + +
-