Fix typo in TCP server test readme.md

This commit is contained in:
David Zurow 2023-10-26 02:33:10 -04:00 committed by GitHub
parent b340a56e14
commit 37809d7033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Circuitpython as Client
# Circuitpython as Server
This example demonstrates the use of Socket as a server, accessed by a client program on a host development machine. This Circuitpython sketch uses the Bind, Listen, Accept, and recvfrom_into calls.