Skip to content

Commit e71aeac

Browse files
committed
add formatting to README
1 parent bd34ee0 commit e71aeac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
A simple server/client program written in python.
1+
# Simple Python Server
2+
## A simple server/client program written in python.
23

3-
Run network_server_main.py to start the server. It includes a terminal interface to run some basic commands.
4-
Run network_client.py to connect to a server using ip and port. It uses a terminal interface to send commands to a server. While it is built to connect to the included server, it can be used to connect to any text based server, though ineffectively in most cases.
4+
Run *network_server_main.py* to start the server. It includes a terminal interface to run some basic commands.
5+
Run *network_client.py* to connect to a server using ip and port. It uses a terminal interface to send commands to a server. While it is built to connect to the included server, it can be used to connect to any text based server, though ineffectively in most cases.
56

6-
Anything under the downloadable (or configured using configfile.py) directory can be downloaded by a client using the download command, and should not contain sensitive data
7+
Anything under the *downloadable* (or configured using *configfile.py*) directory can be downloaded by a client using the download command, and should not contain sensitive data

0 commit comments

Comments
 (0)