Skip to content

Commit a3fbfc8

Browse files
committed
fixing namespace and readme
1 parent 7d568a9 commit a3fbfc8

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This will install the library from PyPI and make it available to import in your
3333
### Simplified file safety check
3434

3535
```python
36-
import PDFSentinel
36+
from pdfsentinel import PDFSentinel
3737

3838
sentinel = PDFSentinel()
3939
result = sentinel.is_file_safe("samples/test.pdf")

0 commit comments

Comments
 (0)