Explorar el Código

Touch up the README

Ian Goldberg hace 4 años
padre
commit
4d2bd9cde1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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.