Skip to content

Commit 065cb54

Browse files
authored
Update README.md
1 parent b32cd62 commit 065cb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ There is no native [TLS/SSL](https://en.m.wikipedia.org/wiki/Transport_Layer_Sec
9494
* _socat_ example:
9595

9696
```shell
97-
socat -v tcp-listen:6667,reuseaddr,fork,bind=127.0.0.1 ssl:<irc-server>:669
97+
socat -v tcp-listen:6667,reuseaddr,fork,bind=127.0.0.1 ssl:<irc-server>:6697
9898
kirc -s 127.0.0.1 -c 'channel' -n 'name' -r 'realname'
9999
```
100100

0 commit comments

Comments
 (0)