thingsboard-memoizeit

Update README.md

10/31/2018 5:53:23 AM

Changes

msa/tb/README.md 3(+0 -3)

Details

msa/tb/README.md 3(+0 -3)

diff --git a/msa/tb/README.md b/msa/tb/README.md
index 9d15b37..bb9fa0f 100644
--- a/msa/tb/README.md
+++ b/msa/tb/README.md
@@ -35,11 +35,8 @@ Where:
   
   In order to get access to necessary resources from external IP/Host on **Windows** machine, please execute the following commands:
   ```
-  # HTTP port
   $ VBoxManage controlvm "default" natpf1 "tcp-port9090,tcp,,9090,,9090"  
-  # MQTT port
   $ VBoxManage controlvm "default" natpf1 "tcp-port1883,tcp,,1883,,1883"
-  # CoAP port
   $ VBoxManage controlvm "default" natpf1 "tcp-port5683,tcp,,5683,,5683"
   ```