diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2016-07-02 09:00:04 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2016-07-02 09:00:04 -0400 |
commit | 08d01b65f71b47c465f6934692f43a9f3b83521e (patch) | |
tree | d1d37a66805db8bb73caa0eb32bb310cb18b0888 /README | |
parent | aac5ecd47b3008d770671a024c5f078fd74640a2 (diff) | |
download | udpastcp-08d01b65f71b47c465f6934692f43a9f3b83521e.tar.xz udpastcp-08d01b65f71b47c465f6934692f43a9f3b83521e.zip |
README: fix capitalization.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ This program is intended to be C99 and POSIX compatible, and requires only libev. If desired, it should be easily portable to use libevent instead, as it uses only basic event-based programming concepts. -example usage: +Example usage: server# openvpn --proto udp --port 1194 server# udpintcp server localhost 11940 localhost 1194 client# udpintcp client localhost 1194 server 11940 |