Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericchiang committed Nov 2, 2014
1 parent f485ee6 commit 2505d0f
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Expand Up @@ -327,4 +327,26 @@ output of pup into a more consumable format.

## TODO

Add more tests!
Add more selectors:

```
div > p
div + p
p:contains
p:empty
p:first-child
p:first-of-type
p:last-child
p:last-of-type
p:nth-child(2)
p:nth-last-child(2)
p:nth-last-of-type(2)
p:nth-of-type(2)
p:only-of-type
p:only-child
```

0 comments on commit 2505d0f

Please sign in to comment.