1
0
mirror of https://github.com/ericchiang/pup synced 2024-11-24 08:58:08 +00:00

changed css link

This commit is contained in:
ericchiang 2014-09-28 21:09:36 -04:00
parent 60e8d81125
commit 4b8fa5624e

View File

@ -2,7 +2,7 @@
pup is a command line tool for processing HTML. It reads from stdin, pup is a command line tool for processing HTML. It reads from stdin,
prints to stdout, and allows the user to filter parts of the page using prints to stdout, and allows the user to filter parts of the page using
[CSS selectors](http://www.w3schools.com/cssref/css_selectors.asp). [CSS selectors](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started/Selectors).
Inspired by [jq](http://stedolan.github.io/jq/), pup aims to be a Inspired by [jq](http://stedolan.github.io/jq/), pup aims to be a
fast and flexible way of exploring HTML from the terminal. fast and flexible way of exploring HTML from the terminal.