diff --git a/README.md b/README.md index e4abbc7..633faa0 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ All tree elements provide, apart from `:select` and `()`, the following accessor - `.deeperclasses` as `.deeperelements`, but keyed on class name ##Limitations -- Attribute values in selector strings cannot contain any spaces, nor any of `#`, `[`, `]`, `:`, `(`, or `)` +- Attribute values in selector strings cannot contain any spaces - The spaces before and after the `>` in a `parent > child` relation are mandatory - `line1
line2

")`, `root.nodes[1]:getcontent()` is `"line1
line2"`, while `root.nodes[1].nodes[1].name` is `"br"`