Liu Song’s Projects


~/Projects/dsvpn

git clone https://code.lsong.org/dsvpn

Commit

Commit
f36ef301661a71876aa0fcf9de63f627a6e950c5
Author
Frank Denis <[email protected]>
Date
2019-07-19 17:44:01 +0200 +0200
Diffstat
 README.md | 2 +-

Kb->KB


diff --git a/README.md b/README.md
index 6bc9955cd496f8a2ddcbd09f3410cd28344cadff..72de2478aa77c4e0bccb1f8b09692f1c9f20f391 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Features:
 
 * Runs on TCP. Works pretty much everywhere, including on public WiFi where only TCP/443 is open or reliable.
 * Secure. Doesn't perform any heap memory allocations. Uses modern cryptography.
-* Tiny (~ 17 Kb), with an equally small and readable code base.
+* Tiny (~ 17 KB), with an equally small and readable code base.
 * No external dependencies
 * Works out of the box. No lousy documentation to read. No configuration file. No post-configuration. Run a single-line command on the server, a similar one on the client and you're done. No firewall and routing rules to manually mess with.
 * Works with Linux (client, server), MacOS (client), FreeBSD (client) and OpenBSD (client). Adding support for other operating systems is trivial.