From 2c0f845885dfc5e696bca8765c79907d529a30c7 Mon Sep 17 00:00:00 2001 From: The Potato Chronicler <45178972+ThePotatoChronicler@users.noreply.github.com> Date: Thu, 11 Nov 2021 22:50:26 +0100 Subject: [PATCH] Fixed typo --- 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{}'