Skip to content

Commit 484eaa2

Browse files
committed
Corrected example description
1 parent ad36bc7 commit 484eaa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

remove-json-keys/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Remove `author` key from JSON files found in default `_locales` dir:
5454
remove-json-keys --keys=author -W
5555
```
5656

57-
Remove `appDesc` + `err_notFound` keys from JSON files found in default `data` dir:
57+
Remove `appDesc` + `err_notFound` keys from JSON files found in `data` dir:
5858

5959
```bash
6060
remove-json-keys -d data -k appDesc,err_notFound -W

0 commit comments

Comments
 (0)