Update README.md

pull/7/head 0.1.1
Eric Chiang 10 years ago
parent 3e26ed725f
commit abd4c986bf

@ -143,6 +143,11 @@ cat index.html | pup \#id
cat index.html | pup element
cat index.html | pup [attribute]
cat index.html | pup [attribute=value]
# Probably best to quote enclose wildcards
cat index.html | pup '[attribute*=value]'
cat index.html | pup [attribute~=value]
cat index.html | pup [attribute^=value]
cat index.html | pup [attribute$=value]
```
You can mix and match selectors as you wish.

Loading…
Cancel
Save