From 68cb8af7c8eb4a2238ef740cc1f41c769be57c8e Mon Sep 17 00:00:00 2001 From: alexandercerutti Date: Sun, 14 Oct 2018 19:26:25 +0200 Subject: [PATCH] Improved examples documentation --- examples/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/README.md b/examples/README.md index 432d0aa..32732d0 100644 --- a/examples/README.md +++ b/examples/README.md @@ -11,6 +11,10 @@ cd examples; node .js ``` +Certificates paths in examples are linked to a folder `certificates` in the root of this project which is not provided. +To make them work, you'll have to edit both certificates and model path. + +Generates pass will be generated at address [http://localhost:3000/gen/examplePass](http://localhost:3000/gen/examplePass); ___ Every contribution is really appreciated. ❤️ Thank you!