Merge pull request #3 from Habbie/patch-1

Quote possible shell wildcard
pull/7/head
Eric Chiang 10 years ago
commit 1086c694ca

@ -24,7 +24,7 @@ Ew, HTML. Let's run that through some pup selectors:
```bash
$ curl http://www.pro-football-reference.com/years/2013/games.htm | \
pup table#games a[href*=boxscores] attr{href}
pup table#games 'a[href*=boxscores]' attr{href}
```
## Basic Usage

Loading…
Cancel
Save