Skip to content

Commit fee19cd

Browse files
author
rootware
committed
changed readme
1 parent 3827223 commit fee19cd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,33 +42,33 @@ Demo:
4242
Quick install
4343

4444
```bash
45-
python -m pip install pyredactkit
45+
python -m pip install --upgrade pyredactkit
4646
```
4747

4848
**For more elaborate usage, please [refer to the docs](https://github.com/brootware/PyRedactKit/wiki/Usage).**
4949

5050
Redact from terminal
5151

5252
```bash
53-
pyredactkit 'this is my ip:127.0.0.1. my email is [email protected]. secret link is github.com'
53+
prk 'this is my ip:127.0.0.1. my email is [email protected]. secret link is github.com'
5454
```
5555

56-
Redact a single file
56+
Redact a single file.
5757

5858
```bash
59-
pyredactkit -f test.txt
59+
prk test.txt
6060
```
6161

62-
Unredact the file
62+
Un-redact the file with redacted data
6363

6464
```bash
65-
pyredactkit -f redacted_test.txt -u .hashshadow_test.txt.json
65+
prk redacted_test.txt -u .hashshadow_test.txt.json
6666
```
6767

6868
Redact using custom regex pattern
6969

7070
```bash
71-
pyredactkit -f file -c custom.json
71+
prk file -c custom.json
7272
```
7373

7474
### Use from github source

0 commit comments

Comments
 (0)