浏览代码

Touch up the README

Ian Goldberg 4 年之前
父节点
当前提交
4d2bd9cde1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -29,7 +29,7 @@ the case when a share or update is not valid.
 
 Note that although the paper discusses additional improvements to Shamir's
 Threshold Scheme, we did not include all improvements in this library due the
-variance in implrementation requirements. For examle, when operating in
+variance in implementation requirements. For examlpe, when operating in
 Extended Mode, the integrity value can be distributed along with shares in
 order to allow for validating the secret document upon recovery. However, as
 platform and security requirements can change how documents are encrypted, we
@@ -48,4 +48,4 @@ run:
 cargo test
 ```
 
-within the ```vss``` source directory.
+from the top-level directory of the repository.