From 44cf7897901623ae9be236e4ac6af0319734e6b1 Mon Sep 17 00:00:00 2001 From: Thiriot Christophe Date: Sat, 15 Sep 2018 21:58:58 +0200 Subject: [PATCH] intent -> indent --- 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{}'