From 4bbca89231e39f808073a94919c998b85ae46785 Mon Sep 17 00:00:00 2001 From: Andrew Shearer Date: Wed, 30 Nov 2022 23:48:16 -0500 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a24ac88..46c4399 100644 --- a/README.md +++ b/README.md @@ -297,7 +297,7 @@ $ cat robots.html | pup 'div#p-namespaces a json{}' ] ``` -Use the `-i` / `--indent` flag to control the intent level. +Use the `-i` / `--indent` flag to control the indent level. ```bash $ cat robots.html | pup -i 4 'div#p-namespaces a json{}'