From ccbb4d1495ab00b583ba13ae53d3c653e7398781 Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Sat, 13 Sep 2014 14:03:03 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a05ab8..33bcea4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ pup is a command line tool for processing HTML. It reads from stdin, prints to stdout, and allows the user to filter parts ot the page using -[CCS selectors](http://www.w3schools.com/cssref/css_selectors.asp). +[CSS selectors](http://www.w3schools.com/cssref/css_selectors.asp). Inspired by [jq](http://stedolan.github.io/jq/), pup aims to be a fast and flexible way of exploring HTML from the terminal.