1
0
mirror of https://github.com/ericchiang/pup synced 2025-01-15 02:00:55 +00:00

Fix typo in README

This commit is contained in:
Andrew Shearer 2022-11-30 23:48:16 -05:00 committed by GitHub
parent 5a57cf1113
commit 4bbca89231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ```bash
$ cat robots.html | pup -i 4 'div#p-namespaces a json{}' $ cat robots.html | pup -i 4 'div#p-namespaces a json{}'