We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad36bc7 commit 484eaa2Copy full SHA for 484eaa2
1 file changed
remove-json-keys/README.md
@@ -54,7 +54,7 @@ Remove `author` key from JSON files found in default `_locales` dir:
54
remove-json-keys --keys=author -W
55
```
56
57
-Remove `appDesc` + `err_notFound` keys from JSON files found in default `data` dir:
+Remove `appDesc` + `err_notFound` keys from JSON files found in `data` dir:
58
59
```bash
60
remove-json-keys -d data -k appDesc,err_notFound -W
0 commit comments