aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 37497a4..c1ed4e2 100644
--- a/README.md
+++ b/README.md
@@ -76,10 +76,10 @@ default.
## Running and Installing
-`fscrypt` is a standalone binary, and it currently has no runtime dependencies.
-Installing it just requires placing it in your path or running `make install`.
-Change `$GOBIN` to change the install location of `fscrypt`; by default it is
-installed to `$GOPATH/bin`.
+`fscrypt` currently has no runtime dependencies. Installing it just requires
+placing it in your path or running `make install`. Change `$GOBIN` to change the
+install location of `fscrypt`. By default, `fscrypt` is installed to
+`$GOPATH/bin`.
## Example Usage