Browse Source

Touch up the README

Ian Goldberg 4 years ago
parent
commit
4d2bd9cde1
1 changed files with 2 additions and 2 deletions
  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.