summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-03-19 19:58:16 +0100
committerJakob Unterwurzacher2017-03-19 19:58:16 +0100
commitd2e9e8e2f8483cdaf3e15619ff957e65bbc9c67c (patch)
tree594f0cbac9e64115cff9f721db8198b27c4d4034
parentd4886bead4844dbc810e7ea25c3b861728f93693 (diff)
README: missing closing brace
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2e3467b..2c49c8a 100644
--- a/README.md
+++ b/README.md
@@ -149,7 +149,7 @@ v1.3-beta1
* Add `-serialize_reads` command-line option
* This can greatly improve performance on storage
that is very slow for concurrent out-of-order reads. Example:
- Amazon Cloud Drive ([#92](https://github.com/rfjakob/gocryptfs/issues/92)
+ Amazon Cloud Drive ([#92](https://github.com/rfjakob/gocryptfs/issues/92))
v1.2.1, 2017-02-26
* Add an integrated speed test, `gocryptfs -speed`