typos + wrong url

This commit is contained in:
cedricve
2015-05-26 19:28:49 +02:00
parent 4c51714655
commit b587135e93
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# TCP/IP client
The TCP/IP client will send a TCP package to a server.
The TCP/IP client will send a TCP packet to a server.
## Web interface
@@ -22,7 +22,7 @@ The parameters of the TCP/IP client can be found in the config/io.xml file, but
### Server
The ip of the TCP server.
The IP of the TCP server.
### Port
@@ -34,4 +34,4 @@ You can send some data to a TCP server.
## Examples
More information can be found [here](/1.0.0/addons/TCP_listener).
More information can be found [here](/1.0.0/addons/TCP_Listener).

View File

@@ -1,6 +1,6 @@
# TCP/IP client
The TCP/IP client will send a TCP package to a server.
The TCP/IP client will send a TCP packet to a server.
## Web interface
@@ -22,7 +22,7 @@ The parameters of the TCP/IP client can be found in the config/io.xml file, but
### Server
The ip of the TCP server.
The IP of the TCP server.
### Port
@@ -34,4 +34,4 @@ You can send some data to a TCP server.
## Examples
More information can be found [here](/1.0.0/addons/TCP_listener).
More information can be found [here](/dev/addons/TCP_Listener).