summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2016-07-02 09:00:04 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2016-07-02 09:00:04 -0400
commit08d01b65f71b47c465f6934692f43a9f3b83521e (patch)
treed1d37a66805db8bb73caa0eb32bb310cb18b0888
parentaac5ecd47b3008d770671a024c5f078fd74640a2 (diff)
downloadudpastcp-08d01b65f71b47c465f6934692f43a9f3b83521e.tar.xz
udpastcp-08d01b65f71b47c465f6934692f43a9f3b83521e.zip
README: fix capitalization.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index e90a036..23f98db 100644
--- a/README
+++ b/README
@@ -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