Skip to content

Commit 687a617

Browse files
committed
correct extras example
1 parent 06c607a commit 687a617

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
@@ -120,7 +120,7 @@ Both `encrypt` and `decrypt` allow user to inject a custom logger:
120120
The script also includes PHP-like encoding and decoding functions:
121121

122122
```python
123-
from padding_oracle.encoding import urlencode, urldecode, base64_encode, base64_decode
123+
from padding_oracle import urlencode, urldecode, base64_encode, base64_decode
124124
```
125125

126126
## Example

0 commit comments

Comments
 (0)