diff --git a/README.md b/README.md index c2b27ec..0673894 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -This is a simple example of using a 'socket' library in PYTHON. +### This is a simple example of using a 'socket' library in PYTHON. + +If you run the main script from the terminal you should get the following output +--- + +![Terminal Output](output.png) + +--- diff --git a/output.png b/output.png new file mode 100644 index 0000000..936c3f4 Binary files /dev/null and b/output.png differ