diff --git a/docs/Getting Started.md b/docs/Getting Started.md
index b3928fb..63b90c8 100644
--- a/docs/Getting Started.md	
+++ b/docs/Getting Started.md	
@@ -22,7 +22,7 @@ latest version you should check something like [watchtower](https://github.com/c
 There are currently three tags of the image available (select one just by appending `:<tag>` to the image from above):
 * `latest`, currently the same like `minimal`.
 * `minimal`, which is based on the python3 minimal configuration of py-kms. _This tag does NOT include `sqlite` support !_
-* `python3`, which is fully configurable and equipped with `sqlite` support and a web interface (make sure to expose port 8080) for management.
+* `python3`, which is fully configurable and equipped with `sqlite` support and a web interface (make sure to expose port `8080`) for management.
 
 #### Architectures
 There are currently the following architectures available (if you need an other, feel free to open an issue):
diff --git a/docs/Usage.md b/docs/Usage.md
index 16e5743..6586386 100644
--- a/docs/Usage.md
+++ b/docs/Usage.md
@@ -82,11 +82,11 @@ Mon, 12 Jun 2017 22:09:00 INFO     HWID: 364F463A8863D35F
 > Creates a _LOGFILE.log_ logging file. The default is named _pykms_logserver.log_.
 example:
 ```
-user@host ~/path/to/folder/py-kms $ python3 pykms_Server.py 192.168.1.102 8080 -F ~/path/to/folder/py-kms/newlogfile.log -V INFO -w RANDOM
+user@host ~/path/to/folder/py-kms $ python3 pykms_Server.py 192.168.1.102 1688 -F ~/path/to/folder/py-kms/newlogfile.log -V INFO -w RANDOM
 ```
 creates _newlogfile.log_ with these initial messages:
 ```
-Mon, 12 Jun 2017 22:09:00 INFO     TCP server listening at 192.168.1.102 on port 8080.
+Mon, 12 Jun 2017 22:09:00 INFO     TCP server listening at 192.168.1.102 on port 1688.
 Mon, 12 Jun 2017 22:09:00 INFO     HWID: 58C4F4E53AE14224
 ```