From 4e7083e5303e9a2e96bb5a0cda7e5f9c112934a0 Mon Sep 17 00:00:00 2001 From: klzgrad Date: Thu, 17 Jan 2019 00:19:56 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f384859dc..040f11e3df 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A secure, censorship-resistent proxy. -NaiveProxy is naive as it simply reuses standard protocols (HTTP/2, HTTP/3) and common network stacks (Chrome, Caddy) with little room for variation. By being as common and boring as possible NaiveProxy is practically indistinguishable from mainstream traffic. Reusing common software stacks also ensures best practices in performance and security. +NaiveProxy is naive as it reuses standard protocols (HTTP/2, HTTP/3) and common network stacks (Chrome, Caddy) with little variation. By being as common and boring as possible NaiveProxy is practically indistinguishable from mainstream traffic. Reusing common software stacks also ensures best practices in performance and security. The following attacks are mitigated: @@ -49,7 +49,7 @@ For more information on parameter usage and format of `config.json`, see [USAGE. ## Build -If you don't like to use downloaded binaries, you can build it. +If you don't like to download binaries, you can build NaiveProxy. Prerequisites: * Ubuntu (apt-get install): git, python2, ninja-build (>= 1.7), pkg-config, libnss3-dev, ccache (optional) @@ -57,7 +57,7 @@ Prerequisites: * Windows ([choco install](https://chocolatey.org/)): git, python2, ninja, visualstudio2017community. See [Chromium's page](https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.md#Visual-Studio) for detail on Visual Studio setup requirements. -Build it (output to `./out/Release/naive`): +Build (output to `./out/Release/naive`): ``` git clone https://github.com/klzgrad/naiveproxy.git cd naiveproxy/src