From e18a3afa96e6455f30c50d8db294c38d53ff2ced Mon Sep 17 00:00:00 2001 From: Daniele Orlando Date: Sun, 21 Feb 2016 17:37:06 +0100 Subject: [PATCH] Readme cosmetic edits. --- documents/ReadMe.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/documents/ReadMe.md b/documents/ReadMe.md index 45d51b6..043be9d 100644 --- a/documents/ReadMe.md +++ b/documents/ReadMe.md @@ -43,7 +43,8 @@ Under the hood there is a general reorganization to be `PSR-0/4` compliant,
a general cleanup of the API for being consistent and allowing future clean APIs
growth, some notable additions like the `->filter()` method to programmatically
filter the query results and `->html()` to output the document as valid HTML 5
-string. Just because awesomenesses are never enough, `->query()` supports **CSS Selectors**._ +string. Just because awesomenesses are never enough, `->query()` supports
+**CSS Selectors**._ ### New: * `->html()` is part of the family. @@ -158,7 +159,7 @@ $book->query('//title', '//author', '//chapter') ->attr('lang', 'en'); ``` -But **CSS Selectors** rocks. +And **CSS Selectors** rocks. ```php $book->query('title', 'author', 'chapters > chapter') @@ -322,7 +323,7 @@ and go to the [Wiki Page][wiki] for more reading. If you think this code is **awesome** or if you want to demonstrate
your immense gratitude **[♥][thankyou]**, donate _1cent_. -[![Donate][donate-button]][donate-link] +[![Donate][donate-button]][donate-link]
**1$ or more**, due to the PayPal fees. ## Roadmap