From 08d01b65f71b47c465f6934692f43a9f3b83521e Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sat, 2 Jul 2016 09:00:04 -0400 Subject: README: fix capitalization. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf