1
0
mirror of https://github.com/ericchiang/pup synced 2024-11-14 03:39:35 +00:00

Merge pull request #53 from nemecec/patch-1

thanks!
This commit is contained in:
Eric Chiang 2015-10-01 09:37:25 -04:00
commit 468df5e20d

View File

@ -152,8 +152,8 @@ section.
####`+`, `>`, and `,`
There are intermediate characters which declare special instructions. For
instance, a comma `,` allows pup to specify mulitple groups of selctors.
These are intermediate characters that declare special instructions. For
instance, a comma `,` allows pup to specify multiple groups of selectors.
```bash
$ cat robots.html | pup 'title, h1 span[dir="auto"]'