Skip to content

Commit e6711e6

Browse files
author
sajidurrahman
committed
chore: adjusted README.md
1 parent 7fbc7e4 commit e6711e6

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ pip install python-clamd-fork
2828
```python
2929
import clamd
3030

31-
# Connect via Unix socket
32-
cd = clamd.ClamdUnixSocket()
33-
34-
# Or connect via network
31+
# Connect via network
3532
cd = clamd.ClamdNetworkSocket(host='127.0.0.1', port=3310)
3633

3734
# Ping the daemon

0 commit comments

Comments
 (0)