We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e3979 commit c387d9bCopy full SHA for c387d9b
README.md
@@ -19,6 +19,7 @@ First of all you need a connection to a running owserver:
19
var con = new Client(HOST,PORT);
20
21
or with the default port 4304
22
+
23
var con = new Client(HOST);
24
25
read
0 commit comments