Skip to content

Commit eb4f84e

Browse files
authored
Update README.md
1 parent c7549ee commit eb4f84e

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
@@ -5,7 +5,7 @@ Socket programming in python. You will find follwing on top of vanilla implement
55
* Handling of variable length data by passing data size along with payload
66
* Passing data type with payload as additional information to take specific action accordingly (eg. if data type is image then save it)
77
* Using keyboard interrupt to close client and server cleanly
8-
* Specifng list of trusted client so that no untrusted client could be connected
8+
* Specifying the list of trusted client so that no untrusted client could be connected
99

1010
Feel free to request more feature you would like, i wil try to add it in free time
1111

0 commit comments

Comments
 (0)