diff --git a/README.md b/README.md
index 10389f1..f235aa5 100644
--- a/README.md
+++ b/README.md
@@ -69,8 +69,9 @@ Selectors can be combined; e.g. `".class:not([attribute]) element.class"`
###Limitations
- Attribute values in selectors currently cannot contain any spaces, since space is interpreted as a delimiter between the `ancestor` and `descendant`, `parent` and `>`, or `>` and `child` parts of the selector
- Likewise, for the `parent > child` relation, the spaces before and after the `>` are mandatory
-- `line1
line2