Skip to content

Commit 828d6b4

Browse files
authored
README.md
1 parent ecc9c15 commit 828d6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ex: python3 urlcoder.py -e -u "http://test_encode_url/someone id=1"
2020
Encoded URL (1 times): http://test_encode_url/someone%20id%3D1
2121
2222
ex2: python3 urlcoder.py -d -u "http://test_encode_url/someone%20id%3D1"
23-
Decoded URL (1 times): http://test_encode_url/someone id=1
23+
Decoded URL (1 times): http://test_decode_url/someone id=1
2424
2525
ex3: python3 urlcoder.py -e -n3 -u "http://test_encode_url/someone%20id%3D1"
2626
Encoded URL (3 times): http://test_encode_url/someone%25252520id%2525253D1

0 commit comments

Comments
 (0)