diff options
author | Jakob Unterwurzacher | 2017-03-19 19:58:16 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-03-19 19:58:16 +0100 |
commit | d2e9e8e2f8483cdaf3e15619ff957e65bbc9c67c (patch) | |
tree | 594f0cbac9e64115cff9f721db8198b27c4d4034 /README.md | |
parent | d4886bead4844dbc810e7ea25c3b861728f93693 (diff) |
README: missing closing brace
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |