Skip to content

Commit 3ec0330

Browse files
committed
chore: corrected port info in readme
1 parent 939fa4d commit 3ec0330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The server must be running before this command is executed. The following attrib
106106

107107
- **_host_**: The server host. Defaults to "127.0.0.1".
108108

109-
- **_port_**: The server port, defaults to "2002".
109+
- **_port_**: The server port, defaults to "2003".
110110

111111
- **_hostLocation_**: This determines the handling of files and can only be one of three values - `auto`, `remote`, and `local`. If you run the client on the same machine as the server, it can be set to `local`, and the files are sent as paths. If they are different machines, it is `remote` and the files are sent as binary data. Default is `auto`, and it will send the file as a path if the host is `127.0.0.1` or `localhost`, and binary data for other hosts.
112112

@@ -149,7 +149,7 @@ The server must also be running before this command is executed. The following a
149149

150150
- **_host_**: The server host. Defaults to "127.0.0.1".
151151

152-
- **_port_**: The server port, defaults to "2002".
152+
- **_port_**: The server port, defaults to "2003".
153153

154154
- **_hostLocation_**: This determines the handling of files and can only be one of three values - `auto`, `remote`, and `local`. If you run the client on the same machine as the server, it can be set to `local`, and the files are sent as paths. If they are different machines, it is `remote` and the files are sent as binary data. Default is `auto`, and it will send the file as a path if the host is `127.0.0.1` or `localhost`, and binary data for other hosts.
155155

0 commit comments

Comments
 (0)