From d86d2436c7c3d3efe344ced4cf1015c2fd3f3294 Mon Sep 17 00:00:00 2001 From: Neeme Praks Date: Thu, 1 Oct 2015 14:19:43 +0300 Subject: [PATCH] fixed some typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a16c77..4fa473c 100644 --- a/README.md +++ b/README.md @@ -152,8 +152,8 @@ section. ####`+`, `>`, and `,` -There are intermediate characters which declare special instructions. For -instance, a comma `,` allows pup to specify mulitple groups of selctors. +These are intermediate characters that declare special instructions. For +instance, a comma `,` allows pup to specify multiple groups of selectors. ```bash $ cat robots.html | pup 'title, h1 span[dir="auto"]'