diff --git a/README.md b/README.md index a119d10..8a00741 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ xpup is pup for XML. -It uses xpath rather than css selectors. +It uses XPath rather than CSS selectors. ## Install @@ -15,17 +15,15 @@ Binary installs coming soon. ## Example ``` -$ curl -s http://www.xmlfiles.com/examples/note.xml - +$ curl -s https://www.w3schools.com/xml/note.xml + Tove Jani Reminder Don't forget me this weekend! -``` -``` -$ curl -s http://www.xmlfiles.com/examples/note.xml | xpup '/*/body' +$ curl -sL https://www.w3schools.com/xml/note.xml | xpup '/*/body' Don't forget me this weekend! ```