Skip to content

Commit

Permalink
0.1.1, now 50% more fun
Browse files Browse the repository at this point in the history
  • Loading branch information
Joss Crowcroft committed Mar 28, 2011
1 parent 2fc1541 commit d788525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It also checks to see whether any part of the CSS path matches multiple elements
any element has no ID or CSS class, and adds specific "nth-child" pseudo-selectors
where needed for full CSS paths.

* Example full CSS path: `html body #main #content .left-col p img:nth-child(1)`
* Example full CSS path: `html body #main #content .left-col p:nth-child(1) img:nth-child(1)`
* Example optimised CSS path: `#content .left-col p img`

Hit escape key to cancel the inspector.
Expand Down

0 comments on commit d788525

Please sign in to comment.