]> git.codecow.com Git - Monocypher.git/commitdiff
README.md: fixed test dir path
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 23 Feb 2020 14:32:50 +0000 (15:32 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 23 Feb 2020 14:32:50 +0000 (15:32 +0100)
README.md

index a042d36b4c712568354634da85cdb732df2b6204..622af4abcc38a78dedc089b06eddd46fe317979e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -186,8 +186,8 @@ Contributor notes
 If you are reading this, you cloned the GitHub repository.  You miss a
 couple files that ship with the tarball releases:
 
-- The `test/vectors.h` header.  Generating it requires Libsodium. Go
-  to `test/gen/`, then run `make`.
+- The `tests/vectors.h` header.  Generating it requires Libsodium. Go
+  to `tests/gen/`, then run `make`.
 - The html version of the manual, generated by the `doc/man2html.sh`
   script.  You will need mandoc.