Skip to content

Commit 2505d0f

Browse files
committed
Update README.md
1 parent f485ee6 commit 2505d0f

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,26 @@ output of pup into a more consumable format.
327327

328328
## TODO
329329

330-
Add more tests!
330+
Add more selectors:
331+
332+
```
333+
div > p
334+
div + p
335+
336+
p:contains
337+
338+
p:empty
339+
340+
p:first-child
341+
p:first-of-type
342+
p:last-child
343+
p:last-of-type
344+
345+
p:nth-child(2)
346+
p:nth-last-child(2)
347+
p:nth-last-of-type(2)
348+
p:nth-of-type(2)
349+
350+
p:only-of-type
351+
p:only-child
352+
```

0 commit comments

Comments
 (0)