From 8f693048c92c2ab10b31bbd087eb0d74ddcda365 Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Wed, 17 Feb 2016 21:09:37 +0100 Subject: [PATCH] update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index de26a5b..ecf27c1 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,6 @@ LessPass npm module use to generate unique password var password = lesspass.createPassword(masterPassword, entry); console.log(password); // ubUB4[yqAD3?od +## Test + + npm run test \ No newline at end of file